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
/
middleware
Age
Commit message (
Expand
)
Author
2015-11-27
[1.9.x] Fixed #25302 (again) -- Ignored scheme when checking for bad referers.
Aymeric Augustin
2015-09-16
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
Matt Robenolt
2015-09-05
Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.
Joshua Kehn
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-08-08
Updated Wikipedia links to use https
Claude Paroz
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-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-02
Fixed #24696 -- Made CSRF_COOKIE computation lazy.
Jay Cox
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-03-05
Fixed #21495 -- Added settings.CSRF_HEADER_NAME
Grzegorz Slusarek
2015-03-02
Fixed #24360 -- Delayed internal LocaleMiddleware variable initialization
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-01
Removed UpdateCacheMiddleware._session_accessed()
Tim Graham
2015-01-29
Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APPEND_SLASH redirect e...
Samuel Colvin
2015-01-06
Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware
Claude Paroz
2014-11-04
Fixed #23531 -- Added CommonMiddleware.response_redirect_class.
Berker Peksag
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-08-14
Fixed #21579 -- Made LocaleMiddleware respect script prefix.
Tim Graham
2014-06-25
Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data.
Tim Graham
2014-06-13
Fixed #22440 -- Updated ConditionalGetMiddleware to comply with RFC 2616.
Mark Lavin
2014-06-10
Fixed #17552 -- Removed a hack for IE6 and earlier.
Aymeric Augustin
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-04-21
Prevented leaking the CSRF token through caching.
Aymeric Augustin
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-21
Removed django.middleware.doc. Refs #20126.
Aymeric Augustin
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-21
Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.
Tim Graham
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
2014-03-06
Fixed #22185 -- Added settings.CSRF_COOKIE_AGE
Roger Hu
2014-02-26
Fixed #21389 -- Accept most valid language codes
Bouke Haarsma
2013-12-12
Fixed #21473 -- Limited language preservation to logout
Ludwik Trammer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Fixed #21324 -- Translate CSRF failure view
Bouke Haarsma
2013-10-22
Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.
Bouke Haarsma
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed bug causing CSRF token not to rotate on login.
Tim Graham
2013-10-15
Fixed #7603 -- Added a 'scheme' property to the HttpRequest object
Unai Zalakain
2013-10-10
Used "is" for comparisons with None.
Tim Graham
2013-10-03
Fixed #19277 -- Added LocaleMiddleware.response_redirect_class
Emil Stenstròˆm
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
[next]