django1/django
Russell Keith-Magee 8a724802c5 Fixed #14471 -- Corrected a regression in the use of methods on custom managers on related querysets. Thanks to Lucky for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-28 12:57:04 +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 Polish translation updated 2010-10-20 09:26:53 +00:00
contrib Fixed #14231 -- Added an index to the expire_date column on the Session model. Thanks to joeri for the report, via Frodo from Medid. 2010-10-28 11:56:37 +00:00
core Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the report and patch. 2010-10-27 20:08:20 +00:00
db Fixed #14471 -- Corrected a regression in the use of methods on custom managers on related querysets. Thanks to Lucky for the report. 2010-10-28 12:57:04 +00:00
dispatch Fixed #9015 -- added a signal decorator for simplifying signal connections 2010-09-12 19:58:05 +00:00
forms Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdebert and dpn for the patch. 2010-10-18 04:44:49 +00:00
http Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWarning` under Python 2.6 and later 2010-10-20 13:07:06 +00:00
middleware Fixed #14565 - No csrf_token on 404 page. 2010-10-28 11:47:15 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code. 2010-10-11 12:20:07 +00:00
templatetags Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced in r13967 related to multiple plural forms. Thanks, mark0978, svetlyak40wt and Ramiro. 2010-10-16 20:40:17 +00:00
test Fixed #14520 -- fixed a memory leak when running the test suite. 2010-10-21 17:36:38 +00:00
utils Fixed MultiValueDict's copy implementation to be consistant with all other copies. 2010-10-27 20:39:20 +00:00
views Fixed #14565 - No csrf_token on 404 page. 2010-10-28 11:47:15 +00:00
__init__.py Django is now 1.3 pre-alpha. 2010-06-19 21:14:56 +00:00