django/django/contrib
Jannis Leidel 032b4ab5df Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use of the field's verbose_name attribute. Thanks to mk and Julien.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-07 16:58:35 +00:00
..
admin Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use of the field's verbose_name attribute. Thanks to mk and Julien. 2011-05-07 16:58:35 +00:00
admindocs Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
auth Tiny grammar fix in createsuperuser command. 2011-05-04 22:56:20 +00:00
comments Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
contenttypes Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
databrowse Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00
flatpages Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
formtools Fixed #11726 - FormWizard does sanity check on step number performed before dynamic steps can be inserted 2011-04-28 14:19:25 +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 #6392 -- Made django.contrib.humanize template tags locale aware. Thanks, Dave McLain. 2011-05-06 13:29:58 +00:00
localflavor Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Thanks, Claude Paroz. 2011-05-03 11:52:20 +00:00
markup
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