django1/django/views
Malcolm Tredinnick 936a46cc89 Fixed #3034 -- Added mimetype parameter to the direct_to_template() generic
view, for consistency with the other generic views. Thanks, Paul Bx.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09 13:11:39 +00:00
..
decorators Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
generic Fixed #3034 -- Added mimetype parameter to the direct_to_template() generic 2007-04-09 13:11:39 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
debug.py Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping initial slash from the display of the current URL. Thanks, Collin Grady 2007-04-09 01:10:26 +00:00
defaults.py Added a comment to the 404/500 views so that people with DEBUG=False and no 404/500 template will get a clue about which template to create. 2007-02-26 17:43:41 +00:00
i18n.py Fixed #3640 -- Improved error handling in views.i18n.set_language(). Thanks 2007-03-12 09:21:22 +00:00
static.py Changed template names from [3707] to remove initial caps, to fit our style. 2006-09-04 23:49:14 +00:00