1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django/middleware
Rinat Khabibiev 3580b47ed3 Fixed #27225 -- Added "Age" header when fetching cached responses.
Co-Authored-By: Author: Alexander Lazarević <laza@e11bits.com>
2024-02-05 13:27:51 +01:00
..
__init__.py
cache.py Fixed #27225 -- Added "Age" header when fetching cached responses. 2024-02-05 13:27:51 +01:00
clickjacking.py Refs #30426 -- Updated XFrameOptionsMiddleware docstring. 2022-04-29 21:17:27 +02:00
common.py Fixed #34742 -- Made CommonMiddleware raise APPEND_SLASH RuntimeError on DELETE requests. 2023-12-08 05:56:36 +01:00
csrf.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
gzip.py Fixed #33735 -- Added async support to StreamingHttpResponse. 2022-12-22 10:41:12 +01:00
http.py
locale.py Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. 2023-05-02 06:04:18 +02:00
security.py Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00