summaryrefslogtreecommitdiff
path: root/django/middleware/csrf.py
AgeCommit message (Expand)Author
2011-03-15[1.2.X] Fixed #15617 - CSRF referer checking too strictLuke Plant
2011-02-09[1.2.X] Fixed a security issue in the CSRF componenent. Disclosure and new ...Alex Gaynor
2010-10-28[1.2.X] Fixed #14565 - No csrf_token on 404 page.Luke Plant
2010-09-10[1.2.X] Fixed #14235 - UnicodeDecodeError in CSRF middlewareLuke Plant
2010-09-09[1.2.X] Patch CSRF-protection system to deal with reported security issue. An...James Bennett
2010-09-03[1.2.X] Added explanatory note on CSRF failure page for the case of a missing...Luke Plant
2010-06-08Fixed #13716 - the CSRF get_token function stopped working for views with csr...Luke Plant
2009-10-27Misc clarifications in csrf middleware commentsLuke Plant
2009-10-27Slight change to CSRF error messages to make debugging easier.Luke Plant
2009-10-27Removed unused import.Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant