Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/csrf_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-161-13/+92
* Cleaned up docstrings in csrf_tests/tests.py.Joshua Kehn2015-09-051-15/+13
* Fixed #25334 -- Provided a way to allow cross-origin unsa...Joshua Kehn2015-09-051-0/+13
* Fixed #24836 -- Made force_text() resolve lazy objects.Tim Graham2015-05-271-0/+15
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24696 -- Made CSRF_COOKIE computation lazy.Jay Cox2015-05-031-3/+10
* Fixed #21495 -- Added settings.CSRF_HEADER_NAMEGrzegorz Slusarek2015-03-051-0/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+5
* Used None-related assertions in CSRF testsClaude Paroz2015-01-061-11/+11
* Fixed #23815 -- Prevented UnicodeDecodeError in CSRF midd...Claude Paroz2015-01-061-0/+5
* Moved context_processors from django.core to django.templ...Aymeric Augustin2014-12-281-1/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-3/+3
* Fixed #20128 -- Made CsrfViewMiddleware ignore IOError wh...Tim Graham2014-06-251-0/+41
* Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu2014-03-061-0/+44
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+0
* PEP8 cleanupJason Myers2013-11-031-0/+5
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Removed some more unused local varsAlex Gaynor2013-09-081-1/+1
* Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels2013-05-181-12/+39
* Fixed #20411 -- Don't let invalid referers blow up CSRF s...Florian Apolloner2013-05-181-0/+13
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+343