django/django/middleware
2025-09-15 14:03:43 -04:00
..
__init__.py
cache.py Fixed #36560 -- Prevented UpdateCacheMiddleware from caching responses with Cache-Control 'no-cache' or 'no-store'. 2025-08-21 16:48:36 +02:00
clickjacking.py Refs #30426 -- Updated XFrameOptionsMiddleware docstring. 2022-04-29 21:17:27 +02:00
common.py Refs #34989 -- Ensured the Content-Length header is set when redirect with APPEND_SLASH. 2025-09-03 22:49:34 +02:00
csp.py Fixed #36532 -- Added Content Security Policy view decorators to override or disable policies. 2025-08-28 17:23:48 -03:00
csrf.py Renamed local variables in CsrfViewMiddleware._origin_verified() for clarity. 2025-09-15 14:03:43 -04:00
gzip.py Fixed typo in django/middleware/gzip.py. 2025-07-24 08:39:07 +02:00
http.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
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