django1/django/contrib
Russell Keith-Magee 8dbd8b1c29 Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomulous for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-23 14:52:51 +00:00
..
admin Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomulous for the report and patch. 2010-03-23 14:52:51 +00:00
admindocs Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks to Øyvind Satvik and Andrew Badr for their work on this patch. 2010-01-26 01:38:50 +00:00
auth Fixed #13000 - Use a dictionary for the error messages definition in user creation and change form. Thanks for the patch, lgs. 2010-03-15 12:16:01 +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 #12339 -- Made content type deletion an interactive process to prevent accidentally cascade deleting content from a production database. Thanks to kcarnold for the report and patch. 2010-03-15 09:57:57 +00:00
csrf Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
databrowse Fixed #12443 - Don't use thousand separators on year numbers. 2010-01-01 21:40:19 +00:00
flatpages Fixed #12358 - csrf_token template tag does not work with flatpages. 2010-02-04 21:47:19 +00:00
formtools Fixed a silly bug in [12644]. 2010-03-01 23:59:22 +00:00
gis Removed more stray tabs in Python files. 2010-02-27 16:30:27 +00:00
humanize Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney 2010-01-10 21:37:20 +00:00
localflavor 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
markup 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
messages Fixed #13170: Make get_level and set_level importable from django.contrib.messages, 2010-03-21 13:47:50 +00:00
redirects Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
sessions 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
sitemaps Fixed #8574 -- Made Sitemap a new-style class 2008-09-17 04:56: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