django1/django/views
Karen Tracey 7d3846a7b8 [1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs #13111.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-14 00:17:37 +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 #3594 - Added ability to discard the language catalog in the JavaScript i18n view in case the selected language is English but no English translation catalog actual exists, e.g. due to being the language translated from. Thanks to msaelices, aryx and Ramiro Morales. 2010-02-05 01:54:22 +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