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