index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
deprecation
/
test_middleware_mixin.py
Age
Commit message (
Expand
)
Author
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2024-05-22
Fixed #31405 -- Added LoginRequiredMiddleware.
Hisham Mahmood
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-10
Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses.
Jonny Park
2021-01-14
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2020-08-28
Refs #31928 -- Added various middlewares tests for detecting when get_respons...
Kevin Michel
2020-08-28
Fixed #31928 -- Fixed detecting an async get_response in various middlewares.
Kevin Michel
2020-08-28
Refs #26601 -- Added various middlewares tests for deprecation of passing Non...
Kevin Michel
2020-08-26
Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response(...
Michael Galler
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz