index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
middleware
Age
Commit message (
Expand
)
Author
2026-01-09
Refs #35875 -- Added dark mode support in additional views.
mbcodes
2025-10-21
Fixed #36656 -- Avoided truncating async streaming responses in GZipMiddleware.
Adam Johnson
2025-09-03
Refs #34989 -- Ensured the Content-Length header is set when redirect with AP...
Ronan LE HAY
2025-08-28
Fixed #36532 -- Added Content Security Policy view decorators to override or ...
Rob Hudson
2025-08-26
Refs #15727 -- Captured failed request log in CSPMiddlewareTest.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-27
Fixed #15727 -- Added Content Security Policy (CSP) support.
Rob Hudson
2025-03-21
Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.
Mike Edmunds
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-08
Fixed #34742 -- Made CommonMiddleware raise APPEND_SLASH RuntimeError on DELE...
Avaneesh Kumar
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-04
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-17
Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.
Andreas Pelme
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-10-31
Avoided assignment followed by immediate return.
Nick Pope
2022-06-02
Fixed #33700 -- Skipped extra resolution for successful requests not ending w...
Anders Kaseorg
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-04-30
Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.
Tim Graham
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2020-10-22
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2019-10-10
Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses wit...
Viktor Lomakin
2019-09-09
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-07-02
Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS...
Hasan Ramezani
2019-03-20
Corrected settings names in SecurityMiddleware tests.
Nick Pope
2019-02-09
Removed default empty content argument from HttpResponse calls.
Jon Dufresne
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2018-08-01
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
Andreas Hug
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-09-22
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-06
Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trai...
Sven Engström
2016-11-05
Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...
Adam Malinowski
2016-10-17
Fixed #27344 -- Made ConditionalGetMiddleware only process GET requests.
Kevin Christopher Henry
2016-10-14
Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.
Tim Graham
2016-10-14
Refs #19705 -- Changed gzip modification times to 0.
Kevin Christopher Henry
[next]