django1/django/views
Luke Plant b6c5f8060d Fixed #15354 - provide method to ensure CSRF token is always available for AJAX requests
Thanks to sayane for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09 21:35:24 +00:00
..
decorators Fixed #15354 - provide method to ensure CSRF token is always available for AJAX requests 2011-05-09 21:35:24 +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