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
/
django
/
contrib
/
admindocs
/
middleware.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-11
Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...
Hasan Ramezani
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2019-10-23
Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.
Sergey Fedoseev
2019-10-22
Fixed typo in XViewMiddleware.process_view() docstring.
Sergey Fedoseev
2018-04-12
Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.
Paul Donohue
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-05-19
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Ćukasz Langa