summaryrefslogtreecommitdiff
path: root/django/contrib/admindocs/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-23Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.Sergey Fedoseev
2019-10-22Fixed typo in XViewMiddleware.process_view() docstring.Sergey Fedoseev
2018-04-12Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareƁukasz Langa