django1/django
Russell Keith-Magee 29ea1bef21 [1.2.X] Fixed #14471 -- Corrected a regression in the use of methods on custom managers on related querysets. Thanks to Lucky for the report.
Backport of r14389 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14390 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-28 13:00:08 +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 [1.2.X] Fixed links to the date formats choices in the global settings. Thanks, Russell. 2010-10-11 22:35:24 +00:00
contrib [1.2.X] Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpattern at the actual view instead of the deprecated view. Thanks, subsume 2010-10-28 12:16:39 +00:00
core [1.2.X] Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the sql/sqlall commands. They're no longer smooshed with the rest of the SQL. 2010-10-28 12:16:04 +00:00
db [1.2.X] 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 13:00:08 +00:00
dispatch Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
forms [1.2.X] Changed unique validation in model formsets to ignore None values, not just omit them. Thanks claudep! 2010-10-13 00:33:10 +00:00
http [1.2.X] Improved unicode-type, ASCII-convertible header handling in 2010-09-11 03:25:44 +00:00
middleware [1.2.X] Fixed #14565 - No csrf_token on 404 page. 2010-10-28 11:58:51 +00:00
shortcuts Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc 2010-01-10 18:44:39 +00:00
template [1.2.X] Revert [13850], this was a new feature not a bugfix. 2010-10-21 21:21:43 +00:00
templatetags [1.2.X] Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced in r13973 related to multiple plural forms. Thanks, mark0978, svetlyak40wt and Ramiro. 2010-10-16 20:51:06 +00:00
test [1.2.X] Fixed #13092 -- Added support for the "in" operator when dealing with context lists. Thanks to clelland for the patch. 2010-10-05 20:27:11 +00:00
utils [1.2.X] Revert [13850], this was a new feature not a bugfix. 2010-10-21 21:21:43 +00:00
views [1.2.X] Fixed #14565 - No csrf_token on 404 page. 2010-10-28 11:58:51 +00:00
__init__.py [1.2.X] Bump to 1.2.3. 2010-09-11 06:49:33 +00:00