django1/django/contrib
Russell Keith-Magee 7a60b41130 Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will run when the sites app isn't installed. Thanks to Waldemar Kornewald for the report and draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15418 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-05 03:49:03 +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 #15111 -- Ensured that the auth, contenttypes and sitemaps tests will run when the sites app isn't installed. Thanks to Waldemar Kornewald for the report and draft patch. 2011-02-05 03:49:03 +00:00
comments Added new translation files to comments contrib app. 2011-01-21 18:08:19 +00:00
contenttypes Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will run when the sites app isn't installed. Thanks to Waldemar Kornewald for the report and draft patch. 2011-02-05 03:49:03 +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 Fixed #15016 -- Ensured that the messages tests are isolated from local template directories. Thanks to Gabriel Hurley for the report and patch. 2011-02-04 14:33:11 +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 #15111 -- Ensured that the auth, contenttypes and sitemaps tests will run when the sites app isn't installed. Thanks to Waldemar Kornewald for the report and draft patch. 2011-02-05 03:49:03 +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