index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
middleware
/
common.py
Age
Commit message (
Expand
)
Author
2022-06-02
Fixed #33700 -- Skipped extra resolution for successful requests not ending w...
Anders Kaseorg
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-22
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2019-03-30
Optimized CommonMiddleware's check for DISALLOWED_USER_AGENTS.
Brad
2018-08-01
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
Andreas Hug
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-11-11
Refs #26447 -- Removed outdated ETag comment in CommonMiddleware.
Tim Graham
2017-09-22
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Tim Graham
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-01-30
Refs #23919 -- Assumed request COOKIES and META are str
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-11-06
Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trai...
Sven Engström
2016-10-10
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-09-10
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2016-07-15
Fixed #26765 -- Made CommonMiddleware no longer set an ETag when response has...
andrewnester
2016-06-27
Fixed #5897 -- Added the Content-Length response header in CommonMiddleware
Claude Paroz
2016-06-04
Removed an unused logger in middleware/common.py
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-23
Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLAS...
ieatkittens
2016-03-08
Fixed #25971 -- Made BrokenLinkEmailsMiddleware ignore APPEND_SLASH redirects.
harikrishnakanchi
2016-02-09
Fixed typo in django/middleware/common.py docstring.
Liam Brenner
2016-01-05
Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.
Denis Cornehl
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-10
Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.
Derek J. Curtis
2015-11-26
Fixed #25302 (again) -- Ignored scheme when checking for bad referers.
Aymeric Augustin
2015-08-24
Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...
Maxime Lorant
2015-08-15
Fixed #24935 -- Refactored common conditional GET handling.
Denis Cornehl
2015-07-31
Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...
Jay Cox
2015-06-27
Fixed #25017 -- Allowed customizing the DISALLOWED_USER_AGENTS response
sujayskumar
2015-04-21
Fixed #24681 -- Removed Unicode bug in BrokenLinkEmailMiddleware
Oliver A Bristow
2015-03-26
Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.
Bas Peschier
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-29
Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APPEND_SLASH redirect e...
Samuel Colvin
2014-11-04
Fixed #23531 -- Added CommonMiddleware.response_redirect_class.
Berker Peksag
2014-03-21
Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-10-15
Fixed #7603 -- Added a 'scheme' property to the HttpRequest object
Unai Zalakain
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddleware
Claude Paroz
2013-05-18
Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-ascii
Claude Paroz
2013-01-15
Fixed #19099 -- Split broken link emails out of common middleware.
Aymeric Augustin
2012-12-29
Removed IGNORABLE_404_STARTS/ENDS settings.
Aymeric Augustin
2012-11-03
Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring
Aymeric Augustin
[next]