summaryrefslogtreecommitdiff
path: root/django/views/csrf.py
AgeCommit message (Expand)Author
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