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
/
django
/
middleware
Age
Commit message (
Expand
)
Author
2021-01-14
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2020-10-28
Made small readability improvements.
Martin Thoma
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-08-28
Fixed #31928 -- Fixed detecting an async get_response in various middlewares.
Kevin Michel
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-02-26
Fixed #28699 -- Fixed CSRF validation with remote user middleware.
Colton Hicks
2020-02-25
Fixed #31291 -- Renamed salt to mask for CSRF tokens.
Ram Rachum
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2020-01-16
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...
Flavio Curella
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-23
Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.
Sergey Fedoseev
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-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-03-30
Optimized CommonMiddleware's check for DISALLOWED_USER_AGENTS.
Brad
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2018-09-08
Fixed #29728 -- Prevented session resaving if CSRF cookie is unchanged.
Michal Čihař
2018-08-01
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
Andreas Hug
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-14
Fixed #28693 -- Fixed crash in CsrfViewMiddleware when an HTTPS request has a...
Tomer Chachamu
2018-02-06
Fixed #28833 -- Prevented CacheMiddleware from caching responses with "Cache-...
shanghui
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-11
Refs #26447 -- Removed outdated ETag comment in CommonMiddleware.
Tim Graham
2017-09-22
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Tim Graham
2017-09-20
Fixed #28488 -- Reallowed error handlers to access CSRF tokens.
Florian Apolloner
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-01-30
Refs #23919 -- Assumed request COOKIES and META are str
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-30
Refs #16859 -- Allowed storing CSRF tokens in sessions.
Raphael Michel
2016-11-29
Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_defaul...
Krzysztof Urbaniak
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-13
Refs #19705 -- Made GZipMiddleware make ETags weak.
Kevin Christopher Henry
2016-10-10
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-09-14
Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 N...
Rinat Khabibiev
2016-09-10
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2016-08-10
Fixed #26947 -- Added an option to enable the HSTS header preload directive.
Ed Morley
2016-07-15
Fixed #26765 -- Made CommonMiddleware no longer set an ETag when response has...
andrewnester
2016-06-27
Fixed #5897 -- Added the Content-Length response header in CommonMiddleware
Claude Paroz
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...
Carl Meyer
2016-06-04
Removed an unused logger in middleware/common.py
Tim Graham
[next]