django1/django/views
Jannis Leidel 086ab44336 Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEAD. Thanks, aaugustin and Julien.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-28 13:04:16 +00:00
..
decorators Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEAD. Thanks, aaugustin and Julien. 2011-04-28 13:04:16 +00:00
generic Fixed a failing test in special_headers, and performed a bit of cleanup. 2011-04-26 16:56:17 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00
debug.py Fixed case of DOCTYPE in 500 template, for the sake of consistency. 2011-04-20 17:44:29 +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 Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00