django1/django/contrib
Ramiro Morales d257ab4671 Fixed #16223 -- Removed a duplicate item from India normalized states names list. Thanks traff for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-25 12:39:38 +00:00
..
admin Fixed typos in admin views wrt list_filter. Refs #16311. 2011-06-22 12:20:52 +00:00
admindocs Fixed #11585 -- Added ability to translate and prefix URL patterns with a language code as an alternative method for language discovery. Many thanks to Orne Brocaar for his initial work and Carl Meyer for feedback. 2011-06-15 17:29:10 +00:00
auth Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. 2011-06-19 11:24:39 +00:00
comments Fixed #16221 -- Corrected doc string example in comments permalink template tag. Thanks, Thejaswi Puthraya. 2011-06-16 16:33:54 +00:00
contenttypes Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` just like the InlineModelAdmin. Thanks, prestontimmons. 2011-06-16 16:35:04 +00:00
databrowse Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00
flatpages Minor renaming for consistency. 2011-05-07 17:05:06 +00:00
formtools Reverting [16376] in preparation for reverting [16356]. See #16182. 2011-06-17 09:47:01 +00:00
gis Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB backend. Thanks JannKleen for the report and patch. 2011-04-06 11:19:37 +00:00
humanize Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince and timeuntil filters as fallbacks instead of date filter. 2011-05-17 10:16:12 +00:00
localflavor Fixed #16223 -- Removed a duplicate item from India normalized states names list. Thanks traff for the report and patch. 2011-06-25 12:39:38 +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 #15757 - removed remaining instances of get_and_delete_messages 2011-04-07 22:01:23 +00:00
redirects Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
sessions Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
sitemaps Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
sites Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
staticfiles Refined exception message to make sure we don't confuse users. 2011-03-18 18:46:48 +00:00
syndication Advanced deprecations in contrib.syndication. 2011-04-02 08:36:40 +00:00
webdesign Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00