django1/django/contrib/databrowse
Ramiro Morales d084439c41 Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when
the i18n context processor is active. Thanks to Rob Hudson for the report and
fix suggestion.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10 01:57:56 +00:00
..
plugins 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
templates/databrowse Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when 2010-10-10 01:57:56 +00:00
__init__.py Added django.contrib.databrowse 2007-04-16 21:56:10 +00:00
datastructures.py Fixed #12472 - Correctly show TimeFields values when using locale-aware formatting. Thanks to Ramiro Morales for providing the patch. 2010-01-01 21:36:36 +00:00
sites.py Fixed #8519: report the correct class in databrowse's `AlreadyRegistered` error. Thanks, mattmcc. 2008-08-25 18:32:26 +00:00
urls.py Added django.contrib.databrowse 2007-04-16 21:56:10 +00:00
views.py Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00