django/django
Malcolm Tredinnick 17a79d5033 Changed the way we create class names for deferred field models to avoid
problems when people have hundreds of fields on model. Maximum class
name length is now 80 characters and uses a hash when necessary.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-13 05:08:10 +00:00
..
bin Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
conf Fixed #13702 -- Made sure to actually fall back to the l10n format strings provided in the settings, when disabled. 2010-09-12 19:40:44 +00:00
contrib Permit custom from-email address in auth forms email. 2010-09-12 22:38:01 +00:00
core Debug 404 page now displays names of URL patterns, if they exist. 2010-09-12 19:27:33 +00:00
db Changed the way we create class names for deferred field models to avoid 2010-09-13 05:08:10 +00:00
dispatch Fixed #9015 -- added a signal decorator for simplifying signal connections 2010-09-12 19:58:05 +00:00
forms Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no longer required. Thanks vaxXxa for bug report and patch. 2010-09-11 21:26:19 +00:00
http Allow setting HttpResponse cookie expiry times with datetime objects. 2010-09-12 20:52:49 +00:00
middleware Fixed #14235 - UnicodeDecodeError in CSRF middleware 2010-09-10 22:56:56 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Fixed #14235 - UnicodeDecodeError in CSRF middleware 2010-09-10 22:56:56 +00:00
templatetags Fixed #13453: Corrected typo in template syntax error message. Thanks jheasly. 2010-05-01 02:29:32 +00:00
test Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks to jon@licq.org for the suggestion. 2010-08-27 13:54:13 +00:00
utils Fixed #13702 -- Made sure to actually fall back to the l10n format strings provided in the settings, when disabled. 2010-09-12 19:40:44 +00:00
views Debug 404 page now displays names of URL patterns, if they exist. 2010-09-12 19:27:33 +00:00
__init__.py Django is now 1.3 pre-alpha. 2010-06-19 21:14:56 +00:00