django1/django/contrib
Alex Gaynor 319b0cfb83 Explicitly close a file in the collectstatic management command.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-08 09:39:56 +00:00
..
admin Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or post-save operations for objects related to the parent object currently displayed. Thanks, Julien Phalip. 2011-07-03 17:56:43 +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 Removed stale import from auth tests. Thanks, Ramiro. 2011-06-28 14:04:36 +00:00
comments Fixed #16403 -- Correctly use ungettext in comments form. Thanks, poirier. 2011-07-04 16:20:10 +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 Rolled back r16510, r16513 and r16514 because it wasn't ready. 2011-07-05 14:16: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 #14608 -- Added phone number field to Indian local flavor. Thanks, lawgon and Julien Phalip. 2011-07-03 17:56:15 +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 Fixed a typo, and added an ``__future__`` import to the new signed cookie tets. 2011-06-26 19:22:53 +00:00
sitemaps Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instances for easier customization. Thanks, mat. 2011-06-28 10:17:01 +00:00
sites Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
staticfiles Explicitly close a file in the collectstatic management command. 2011-07-08 09:39:56 +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