summaryrefslogtreecommitdiff
path: root/tests/regressiontests/csrf_tests/tests.py
AgeCommit message (Expand)Author
2011-03-15Fixed #15617 - CSRF referer checking too strictLuke Plant
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-09Fixed a security issue in the CSRF component. Disclosure and new release for...Alex Gaynor
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-10-28Fixed #14565 - No csrf_token on 404 page.Luke Plant
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-09-10Fixed a test so that it actually tests what it's supposed to test.Luke Plant
2010-09-10Fixed #14235 - UnicodeDecodeError in CSRF middlewareLuke Plant
2010-09-09Patch CSRF-protection system to deal with reported security issue. Announceme...James Bennett
2010-06-08Fixed #13716 - the CSRF get_token function stopped working for views with csr...Luke Plant
2010-01-04Fixed #12053 - form examples don't validate according to w3cLuke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant