summaryrefslogtreecommitdiff
path: root/tests/admin_docs/test_middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-24/+25
* Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...Hasan Ramezani2021-03-111-1/+2
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-3/+3
* Added tests for middlewares' checks.Sergey Fedoseev2019-10-231-0/+11
* Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue2018-04-121-0/+5
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Split admin_docs tests into separate files.Tim Graham2016-09-271-0/+44