summaryrefslogtreecommitdiff
path: root/tests/csrf_tests/views.py
Commit message (Expand)AuthorAgeFilesLines
* 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-9/+11
* Refs #32902 -- Moved ensure_csrf_cookie_view after protected_view.Chris Jerdonek2021-07-231-6/+5
* Fixed #32902 -- Fixed CsrfViewMiddleware.process_response()'s cookie reset lo...Chris Jerdonek2021-07-231-0/+11
* Refs #32902 -- Added CSRF test when rotate_token() is called between resettin...Chris Jerdonek2021-07-231-2/+41
* Dropped obsolete mimetype kwarg in csrf test viewClaude Paroz2019-09-211-1/+1
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Fixed #28488 -- Reallowed error handlers to access CSRF tokens.Florian Apolloner2017-09-201-1/+8
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Moved csrf_tests views to a spearate file.Tim Graham2016-11-301-0/+32