1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/deprecation
Chris Jerdonek 5d80843ebc Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.
This also adds CSRF_COOKIE_MASKED transitional setting helpful in
migrating multiple instance of the same project to Django 4.1+.

Thanks Florian Apolloner and Shai Berger for reviews.

Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-11-29 10:47:39 +01:00
..
__init__.py
test_csrf_cookie_masked.py Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. 2021-11-29 10:47:39 +01:00
test_middleware_mixin.py
test_use_l10n.py
tests.py