django1/django/contrib
Russell Keith-Magee d1290b5b43 Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served any useful purpose since oldforms. Thanks to PaulM for driving the issue and providing the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03 13:28:20 +00:00
..
admin Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelists when used in conjunction with list_display_links or list_editable. Thanks, Simon Meers, Julien Phalip, Karen and master. 2011-03-03 13:20:45 +00:00
admindocs Updated admindocs translations from transifex.net. Refs #15300. 2011-03-01 08:54:19 +00:00
auth Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks to kmike for the report. 2011-03-03 00:25:02 +00:00
comments Fixed #13411 -- Made sure URL fragments are correctly handled by the next_redirect utility of the comments apps. Thanks, timesong, dpn and Julien Phalip. 2011-03-03 13:03:53 +00:00
contenttypes Updated contenttypes translations from transifex.net. Refs #15300. 2011-03-01 08:59:22 +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 Updated flatpages translations from transifex.net. Refs #15300. 2011-03-01 09:01:01 +00:00
formtools Updated formtools translations from transifex.net. Refs #15300. 2011-03-01 09:02:40 +00:00
gis Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served any useful purpose since oldforms. Thanks to PaulM for driving the issue and providing the patch. 2011-03-03 13:28:20 +00:00
humanize Updated humanize translations from transifex.net. Refs #15300. 2011-03-01 09:06:04 +00:00
localflavor Updated localflavor translations from transifex.net. Refs #15300. 2011-03-01 09:07:46 +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 Updated messages translations from transifex.net. Refs #15300. 2011-03-01 09:09:25 +00:00
redirects Updated redirects translations from transifex.net. Refs #15300. 2011-03-01 09:11:04 +00:00
sessions Updated sessions translations from transifex.net. Refs #15300. 2011-03-01 09:12:43 +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 Updated sites translations from transifex.net. Refs #15300. 2011-03-01 09:14:22 +00:00
staticfiles Modified the staticfiles serve view to return a 404 early in the stack. 2011-02-14 23:45:41 +00:00
syndication Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and jasonkotenko. 2011-02-12 19:12:14 +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