summaryrefslogtreecommitdiff
path: root/tests/admin_docs/test_middleware.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-11Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...Hasan Ramezani
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2019-10-23Added tests for middlewares' checks.Sergey Fedoseev
2018-04-12Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-27Split admin_docs tests into separate files.Tim Graham