1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/django
2011-03-18 18:46:48 +00:00
..
bin
conf Fixed plural forms formula for the Croatian (hr) localization by manually overriding the header of affected .po files and re-generating .mo files, this seems to be a quirck in Transifex export to PO functionality. Thanks bmihelac fot the report. Refs #15634. 2011-03-17 22:56:10 +00:00
contrib Refined exception message to make sure we don't confuse users. 2011-03-18 18:46:48 +00:00
core Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefisher and crayz_train 2011-03-16 03:38:34 +00:00
db Fixed #15621 -- Fixed potentially confusing error message in db backend loading. Thanks, keegan_csmith 2011-03-17 16:57:37 +00:00
dispatch
forms
http
middleware Fixed #15617 - CSRF referer checking too strict 2011-03-15 20:37:09 +00:00
shortcuts
template
templatetags
test Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked individually by the test runner. Thanks to SmileyChris for the report and patch. 2011-03-18 01:17:48 +00:00
utils Fixed #15628 -- Made the admin error email more useful when there isn't a request associated with the message. Thanks to hynek for the report and patch. 2011-03-17 10:33:08 +00:00
views
__init__.py