django1/django/conf
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
..
app_template Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
locale Added Malay language. 2021-11-18 20:57:50 +01:00
project_template Fixed #32873 -- Deprecated settings.USE_L10N. 2021-09-14 12:05:43 +02:00
urls Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline. 2021-01-14 17:50:04 +01:00
__init__.py Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. 2021-11-29 10:47:39 +01:00
global_settings.py Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. 2021-11-29 10:47:39 +01:00