summaryrefslogtreecommitdiff
path: root/django/middleware
Commit message (Expand)AuthorAgeFilesLines
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.Bas Peschier2015-03-262-23/+12
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-182-11/+7
* Fixed #21495 -- Added settings.CSRF_HEADER_NAMEGrzegorz Slusarek2015-03-051-1/+1
* Fixed #24360 -- Delayed internal LocaleMiddleware variable initializationClaude Paroz2015-03-021-12/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-13/+14
* Removed UpdateCacheMiddleware._session_accessed()Tim Graham2015-02-011-6/+0
* Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APPEND_SLASH redirect e...Samuel Colvin2015-01-291-5/+5
* Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz2015-01-061-1/+5
* Fixed #23531 -- Added CommonMiddleware.response_redirect_class.Berker Peksag2014-11-041-1/+6
* Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham2014-09-121-0/+43
* Fixed #21579 -- Made LocaleMiddleware respect script prefix.Tim Graham2014-08-141-4/+13
* Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data.Tim Graham2014-06-251-1/+9
* Fixed #22440 -- Updated ConditionalGetMiddleware to comply with RFC 2616.Mark Lavin2014-06-131-2/+7
* Fixed #17552 -- Removed a hack for IE6 and earlier.Aymeric Augustin2014-06-101-7/+1
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Prevented leaking the CSRF token through caching.Aymeric Augustin2014-04-211-1/+9
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-301-1/+1
* Removed django.middleware.doc. Refs #20126.Aymeric Augustin2014-03-211-9/+0
* Removed legacy transaction management per the deprecation timeline.Aymeric Augustin2014-03-211-58/+0
* Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.Tim Graham2014-03-211-25/+2
* Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.Tim Graham2014-03-211-8/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-084-4/+10
* Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu2014-03-061-1/+1
* Fixed #21389 -- Accept most valid language codesBouke Haarsma2014-02-261-6/+1
* Fixed #21473 -- Limited language preservation to logoutLudwik Trammer2013-12-121-10/+0
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-28/+20
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-1/+1
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* More attacking E302 violatorsAlex Gaynor2013-11-026-0/+7
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21324 -- Translate CSRF failure viewBouke Haarsma2013-11-021-3/+2
* Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma2013-10-221-2/+8
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed bug causing CSRF token not to rotate on login.Tim Graham2013-10-181-1/+4
* Fixed #7603 -- Added a 'scheme' property to the HttpRequest objectUnai Zalakain2013-10-152-3/+3
* Used "is" for comparisons with None.Tim Graham2013-10-101-1/+1
* Fixed #19277 -- Added LocaleMiddleware.response_redirect_classEmil Stenström2013-10-031-1/+2
* Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney2013-08-041-2/+3
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-294-4/+4
* Removed several unused imports.Aymeric Augustin2013-06-191-2/+0
* Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales2013-05-262-2/+2
* Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz2013-05-251-9/+15
* Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma2013-05-251-0/+4
* Rotate CSRF token on loginAndrew Godwin2013-05-241-0/+8
* Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa2013-05-191-22/+5
* Fixed #11915: generic Accept-Language matches country-specific variantsŁukasz Langa2013-05-191-1/+2
* Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedŁukasz Langa2013-05-181-5/+6
* Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels2013-05-181-27/+7
* Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-asciiClaude Paroz2013-05-181-1/+2