django1/django/contrib
Carl Meyer 84291b7b84 Fixed #15161 - Corrected handling of ManyToManyField with through table using to_field on its ForeignKeys. Thanks to adehnert for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-26 19:10:08 +00:00
..
admin Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nullable foreign keys. Thanks to marcob for the report and fix, and to sontek for the test case. 2011-01-24 07:01:00 +00:00
admindocs Added new translation files to admindocs contrib app. 2011-01-21 17:50:35 +00:00
auth Fixed #15067 -- Modified the range checks on base36_to_int so you are guaranteed to always get an int, avoiding possible OverflowErrors. Thanks to Garthex for the report, jboutros for the patch, and kfrazier for the feedback. 2011-01-24 08:02:40 +00:00
comments Added new translation files to comments contrib app. 2011-01-21 18:08:19 +00:00
contenttypes Fixed #15161 - Corrected handling of ManyToManyField with through table using to_field on its ForeignKeys. Thanks to adehnert for the report. 2011-01-26 19:10:08 +00:00
csrf Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code. 2010-10-11 12:20:07 +00:00
databrowse Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when 2010-10-10 01:57:56 +00:00
flatpages Added new translation files to formtools contrib app. 2011-01-21 18:31:00 +00:00
formtools Added new translation files to formtools contrib app. 2011-01-21 18:31:00 +00:00
gis Added new translation files to gis contrib app. 2011-01-21 18:39:05 +00:00
humanize Added new translation files to humanize contrib app. 2011-01-21 18:46:59 +00:00
localflavor Added new translation files to localflavor contrib app. 2011-01-21 18:56:32 +00:00
markup Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00
messages Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with all fixes. 2011-01-24 20:35:46 +00:00
redirects Added new translation files to redirects contrib app. 2011-01-21 19:12:10 +00:00
sessions Added new translation files to sessions contrib app. 2011-01-21 19:19:44 +00:00
sitemaps Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam. 2010-12-12 22:56:52 +00:00
sites Added new translation files to sites contrib app. 2011-01-21 19:27:26 +00:00
staticfiles Call superclass init in collectstatic command, otherwise printing error messages for it fails since style has not been set. 2011-01-19 16:36:20 +00:00
syndication Fixed #14176 -- Added forwards compatibility to the legacy syndication feed view. This allows class-based feeds to be deployed using the old-style feed view, as long as the feed requires no arguments (i.e., get_object returns None). Thanks to psychcf for the report, cwhaines for the investigation, and Andrew Godwin for the assist. 2011-01-13 14:51:34 +00:00
webdesign Converted contrib/webdesign doctests to unittests. We thoroughly deplore those doctests. 2010-10-10 01:06:56 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00