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
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
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-03-02
Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...
Jannis Leidel
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-05-24
Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS changes...
Adrian Holovaty
2011-05-05
Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...
Luke Plant
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-26
Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNm...
Adrian Holovaty
2011-01-30
Fixed #15187 -- Ensure that missing page emails aren't sent when running unde...
Russell Keith-Magee
2011-01-04
Fixed sending mail on 404s to fail silently.
Luke Plant
2010-11-02
Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Ga...
Alex Gaynor
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-03-07
Fixed #6228: Changed common middleware to respect request-specific urlconf. T...
Karen Tracey
2010-01-10
Removed an 'assert False' I stupidly committed in [12165]
Adrian Holovaty
2010-01-10
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...
Adrian Holovaty
2008-10-07
Fixed #9199 -- We were erroneously only prepending "www" to the domain if we
Malcolm Tredinnick
2008-08-27
Fixed #7379: fixed a subtle corner case involving URL encoding in `CommonMidd...
Jacob Kaplan-Moss
2008-08-21
Fixed #8381 -- Fixed a problem with appending slashes in the common middleware
Malcolm Tredinnick
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
[next]