summaryrefslogtreecommitdiff
path: root/tests/regressiontests/csrf_tests/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2012-08-13[py3] Made csrf context processor return UnicodeClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-02-11Fixes #16827. Adds a length check to CSRF tokens before applying the santizin...Paul McMillan
2011-12-17Fixed some failing tests due to creation of HttpRequest._is_secure() methods ...Adrian Holovaty
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-05-11Fixed #16002 - test failure due to missing `from __future__ import with_state...Luke Plant
2011-05-09Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requestsLuke Plant
2011-05-09Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant
2011-05-09Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-03-30Cleaned up some test code.Luke Plant
2011-03-30Deprecated csrf_response_exempt and csrf_view_exempt decoratorsLuke Plant
2011-03-30Removed deprecated CsrfResponseMiddleware, and corresponding tests and docsLuke Plant
2011-03-30Removed Django 1.1 fallback for CSRF checks.Luke Plant
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