summaryrefslogtreecommitdiff
path: root/tests/view_tests/tests/test_csrf.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34343 -- Moved built-in templates to filesystem.Nick Pope2023-02-171-0/+14
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-041-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-49/+57
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-4/+4
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-251-4/+4
* Refs #16870 -- Doc'd that CSRF protection requires the Referer header.Flávio Juvenal2017-06-221-0/+7
* Cosmetic edits to tests/view_tests/tests/test_csrf.py.Tim Graham2017-06-221-32/+32
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-171-29/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Refs #26601 -- Deprecated old-style middleware.Tim Graham2016-05-171-0/+3
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-1/+27
* Made @override_settings(ROOT_URLCONF=...) consistent.Tim Graham2016-02-081-1/+1
* Fixed #25695 -- Added template_name parameter to csrf_failure() view.Raphael Michel2015-11-171-1/+31
* Removed obsolete comments about Django 1.10 in two test files.Tim Graham2015-11-171-5/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.Aymeric Augustin2015-02-221-1/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma2013-11-031-3/+35
* Fixed #21324 -- Translate CSRF failure viewBouke Haarsma2013-11-021-0/+33