django1/django/contrib
Alex Gaynor 05e3bf4bef Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict if there are no actions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-02 15:24:31 +00:00
..
admin Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict if there are no actions. 2011-02-02 15:24:31 +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 Fixed #13488 -- No longer generate unhandled exceptions that may occur when destructors of global GEOS I/O objects are called on process termination. 2011-01-31 20:11:19 +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 Fixed duplicate-named contrib.sessions tests, and removed unused import (cleanup from doctest conversion). 2011-01-31 18:37:28 +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 Fixed a few test docstrings and removed an unused import in staticfiles. 2011-02-01 20:39:40 +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