index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
csrf_tests
/
tests.py
Age
Commit message (
Expand
)
Author
2015-09-16
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
Matt Robenolt
2015-09-05
Cleaned up docstrings in csrf_tests/tests.py.
Joshua Kehn
2015-09-05
Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.
Joshua Kehn
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-02
Fixed #24696 -- Made CSRF_COOKIE computation lazy.
Jay Cox
2015-03-05
Fixed #21495 -- Added settings.CSRF_HEADER_NAME
Grzegorz Slusarek
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-06
Used None-related assertions in CSRF tests
Claude Paroz
2015-01-06
Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware
Claude Paroz
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-06-25
Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data.
Tim Graham
2014-03-06
Fixed #22185 -- Added settings.CSRF_COOKIE_AGE
Roger Hu
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-05-18
Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.
Olivier Sels
2013-05-18
Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner