django1/django/views
Malcolm Tredinnick 43cd7bb110 Fixed #3734 -- Added support for import hooks to the debugging traceback
output. Also respect hidden traceback frames. Thanks to Armin Ronacher.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-21 04:37:31 +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 #3734 -- Added support for import hooks to the debugging traceback 2007-04-21 04:37:31 +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