django1/django/contrib
Russell Keith-Magee 46fab8983e Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized numerical formats. Thanks to dokterbob for the report, and vung for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-27 15:16:04 +00:00
..
admin Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This will be slightly faster in certain circumstances, but more importantly, is a required step for migration to Python 3. Thanks to Martin van Loewis for the patch. 2010-08-06 16:31:44 +00:00
admindocs Fixed #13796 -- Ensure that builtin tags and filters are included in admin documentation views. 2010-08-14 13:41:56 +00:00
auth Fixed #13569 -- Fixed createsuperuser management command to work with the new relaxed requirements for usernames. 2010-05-21 14:08:49 +00:00
comments Changed the comments post view code to avoid raising an exception if handed invalid data for the object pk. Thanks to Leo for the test. 2010-03-16 22:37:45 +00:00
contenttypes Fixed #13358 -- Ensured that db_manager() can be used to override database routing on M2M, reverse FK and generic key queries. Thanks to Craig Kimerer for the report. 2010-04-16 12:29:23 +00:00
csrf Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
databrowse Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This will be slightly faster in certain circumstances, but more importantly, is a required step for migration to Python 3. Thanks to Martin van Loewis for the patch. 2010-08-06 16:31:44 +00:00
flatpages Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so that the flatpage middleware doesn't cause all POSTs resulting in 404s to turn into 403s. Thanks to patrys for the report. 2010-08-27 13:55:11 +00:00
formtools Fixed #13951 -- Corrected docstring in formtools wizard. Thanks to suzaku for the report, and lrekucki for the patch. 2010-08-23 08:11:24 +00:00
gis Fixed #13967 -- MySQL spatial backend now respects when `spatial_index=False`. Thanks, Simon Law, for bug report and patch. 2010-07-21 15:23:18 +00:00
humanize Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney 2010-01-10 21:37:20 +00:00
localflavor Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
markup Fixed #10843: the textile tests now pass against the latest textile library. 2010-06-19 21:07:33 +00:00
messages Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
redirects Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
sessions Fixed #14096 -- Corrected Python 2.4 syntax issue. Thanks to PaulM for the report. 2010-08-14 12:11:02 +00:00
sitemaps Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized numerical formats. Thanks to dokterbob for the report, and vung for the draft patch. 2010-08-27 15:16:04 +00:00
sites Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
syndication Fixed #12998 -- Corrected handling of time zones in syndication framework. 2010-03-15 15:25:39 +00:00
webdesign Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00