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
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
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-19
Removed several unused imports.
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-25
Fixed #14825 -- LocaleMiddleware keeps language
Vlastimil Zíma
2013-05-24
Rotate CSRF token on login
Andrew Godwin
2013-05-19
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Łukasz Langa
2013-05-19
Fixed #11915: generic Accept-Language matches country-specific variants
Łukasz Langa
2013-05-18
Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated
Łukasz Langa
2013-05-18
Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.
Olivier Sels
2013-05-18
Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-ascii
Claude Paroz
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-03-11
Deprecated transaction.is_managed().
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-02-28
Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response.
Aymeric Augustin
2013-02-23
Fixes #17866: Vary: Accept-Language header when language prefix used
Łukasz Langa
2013-02-10
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-02-07
Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.
Aymeric Augustin
2013-01-29
Fixed typos in docs and comments
Tim Graham
2013-01-15
Fixed #19099 -- Split broken link emails out of common middleware.
Aymeric Augustin
2013-01-11
Fixed #19488 -- Made i18n_patterns redirect work with non-slash-ending paths
Claude Paroz
2012-12-29
Removed IGNORABLE_404_STARTS/ENDS settings.
Aymeric Augustin
2012-12-24
Prevented caching of streaming responses.
Aymeric Augustin
2012-12-01
Fixed #19347 -- Removed unused variable definition in FetchFromCacheMiddleware
Claude Paroz
2012-11-03
Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
[prev]
[next]