django1/django/views
Adrian Holovaty 98c974c70b Fixed super-edge-case bug in debug view where exc_value.args was empty. I managed to trigger this in some template code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-22 22:08:32 +00:00
..
decorators Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
generic Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519 2011-12-17 03:53:25 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE. 2011-05-12 03:03:16 +00:00
debug.py Fixed super-edge-case bug in debug view where exc_value.args was empty. I managed to trigger this in some template code 2011-12-22 22:08:32 +00:00
defaults.py Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelson, vkryachko, fvox13 and Chris Beaven. 2011-08-12 14:15:31 +00:00
i18n.py Fixed #5494, #10765, #14924 -- Modified the order in which translations are read when composing the final translation to offer at runtime. 2011-02-07 18:48:40 +00:00
static.py Explicitly close a file in the static serve view. Thanks to Benjamin Peterson for the report. 2011-05-27 04:06:23 +00:00