django1/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 Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses. 2021-03-10 21:16:58 +01:00
test_use_l10n.py Fixed #32873 -- Deprecated settings.USE_L10N. 2021-09-14 12:05:43 +02:00
tests.py Silenced warnings in deprecation tests. 2018-07-11 09:10:31 -04:00