django1/django/views
Paul McMillan a3bb4df895 Improved CSRF error message.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-21 23:54:02 +00:00
..
decorators Fixed #17643 -- Set a better stack level for the cache_page decorator deprecation warnings. Thanks, zsiciarz. 2012-02-09 18:59:12 +00:00
generic Prevented the generic views from automatically creating a HEAD method when there is no GET. Reverts r16105, refs #17449. 2012-02-18 09:50:03 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Improved CSRF error message. 2012-02-21 23:54:02 +00:00
debug.py Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sensible names of settings to hide in the debug view. Many thanks to chomik, lpiatek and tomaszrybak. 2012-02-09 18:58:45 +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 Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude Paroz. 2012-02-04 21:01:11 +00:00