django1/django/views
Ramiro Morales c43d15b3b3 More removal of poorly legible constructs to workaround Python 2.4 shortcomings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-10 18:43:29 +00:00
..
decorators Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00
generic More removal of poorly legible constructs to workaround Python 2.4 shortcomings. 2011-06-10 18:43:29 +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 #16178 - Cleanup request classes' `__repr__()` 2011-06-09 23:15:42 +00:00
defaults.py Fixed #14565 - No csrf_token on 404 page. 2010-10-28 11:47:15 +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