django1/django/contrib
Justin Bronn 553adfa6d1 Fixed #13488 -- No longer generate unhandled exceptions that may occur when destructors of global GEOS I/O objects are called on process termination.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-31 20:11:19 +00:00
..
admin Fixed #14880 - raw_id_fields in admin does not work when limit_choices_to dictionary has value=False 2011-01-28 14:08:42 +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 Added check to the staticfiles app to make sure the STATIC_ROOT setting isn't accidentally added to the STATICFILES_DIRS setting. Thanks for the suggestion, SmileyChris and harijay. 2011-01-30 23:29:31 +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