summaryrefslogtreecommitdiff
path: root/django/views/csrf.py
AgeCommit message (Expand)Author
2014-12-25Updated link to CSRF docsClaude Paroz
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2013-11-03Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma
2013-11-02Fixed #21324 -- Translate CSRF failure viewBouke Haarsma
2012-06-30Removed usage of mimetype kwarg of HttpResponseClaude Paroz
2012-02-21Improved CSRF error message.Paul McMillan
2011-05-12Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.Luke Plant
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-09-03Added explanatory note on CSRF failure page for the case of a missing Referer...Luke Plant
2010-05-22Fixed #13590 - Made CSRF failure page styling consistent with Django's defaul...Luke Plant
2009-11-03Fixed #12130 - documented need for csrf_protect on views that don't accept POSTLuke Plant
2009-10-29Improved HTML in CSRF debug template - <code> instead of <tt>Luke Plant
2009-10-27Small improvement to CSRF failure template.Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant