django/django
Aymeric Augustin 9350d1d59c Fixed #17976 -- Made forms.BooleanField pickleable.
This was a regression in Django 1.4.
Thanks bronger for the report and claudep for the patch.
2012-04-29 14:25:06 +02:00
..
bin Updated unique-messages.py to reference Git instead of SVN 2012-04-27 23:05:13 -05:00
conf Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
contrib Fixed #13196 -- Formatting in admin changelists. 2012-04-29 11:51:12 +02:00
core Made table_names() output sorted. 2012-04-29 02:11:55 +03:00
db Made table_names() output sorted. 2012-04-29 02:11:55 +03:00
dispatch Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
forms Fixed #17976 -- Made forms.BooleanField pickleable. 2012-04-29 14:25:06 +02:00
http Removed deprecated CompatCookie. 2012-03-31 12:54:40 +00:00
middleware Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to i18n URLs. Thanks to Paul for keeping an eye on the standards. 2012-03-02 22:35:26 +00:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
templatetags Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
test Fixed #17954 -- Fixed dependency checking for test databases. Thanks Łukasz Rekucki for the report and the patch. 2012-04-24 16:05:47 +00:00
utils Fixed #18224 -- Changed the dev version number. 2012-04-29 13:40:10 +02:00
views Correct reference error (undefined variable) 2012-04-28 15:32:22 -04:00
__init__.py Fixed #18224 -- Changed the dev version number. 2012-04-29 13:40:10 +02:00