1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/django/middleware
2023-01-17 11:49:15 +01:00
..
__init__.py
cache.py
clickjacking.py
common.py
csrf.py Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline. 2023-01-17 11:49:15 +01:00
gzip.py Fixed #33735 -- Added async support to StreamingHttpResponse. 2022-12-22 10:41:12 +01:00
http.py
locale.py Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18n patterns are used. 2022-10-13 10:38:26 +02:00
security.py Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00