django1/django/views
Jannis Leidel 99a512300c [1.1.X] Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.
Backport of r13069 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 19:48:17 +00:00
..
decorators [1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs #13111. 2010-03-14 00:17:37 +00:00
generic Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne. 2009-05-17 16:45:28 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
debug.py [1.1.X] Fixed #12083: Ensured generating debug 404 page won't raise a key error. Thanks pigletto. 2010-03-05 18:58:47 +00:00
defaults.py Moved the bulk of the shortcut() function in django/views/defaults.py to a new module, django/contrib/contenttypes/views.py. As a result, django/views/defaults.py no longer relies on django.contrib.contenttypes. Of course, the shortcut() function is still available in the former module, for backwards compatibility. See the new FutureBackwardsIncompatibleChanges wiki page. 2008-09-10 05:56:34 +00:00
i18n.py [1.1.X] Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view. 2010-05-02 19:48:17 +00:00
static.py [1.1.X] Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in django.server.static. 2010-01-17 22:10:37 +00:00