summaryrefslogtreecommitdiff
path: root/docs/ref/middleware.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.c/append-slash-opt-outCarlton Gibson2020-10-221-0/+16
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-2/+0
* Fixed some typos in comments and docs.Min ho Kim2019-10-021-3/+3
* Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.Mar Sánchez2019-10-021-2/+2
* Refs #28699 -- Clarified CSRF middleware ordering in relation to RemoteUserMi...Carlton Gibson2019-10-021-0/+4
* Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope2019-09-091-0/+99
* Standardized links for headers in security middleware documentation.Nick Pope2019-09-091-4/+4
* Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.Mariusz Felisiak2019-06-031-5/+2
* Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS.Carlton Gibson2019-01-301-2/+7
* Fixed typo in docs/ref/middleware.txt.Daniel Musketa2018-11-141-1/+1
* Remove documenation for non-existent middleware (#9998)Daniel Hepper2018-05-271-28/+0
* Updated various links in docs to use HTTPS.Mariusz Felisiak2018-01-071-1/+1
* Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddlew...Tim Graham2017-11-141-0/+4
* Refs #26447 -- Removed outdated ETag comment in CommonMiddleware.Tim Graham2017-11-111-5/+8
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-9/+0
* Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.Tim Graham2017-09-221-16/+0
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-221-7/+4
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-8/+0
* Refs #16859 -- Allowed storing CSRF tokens in sessions.Raphael Michel2016-11-301-0/+3
* Fixed typo in docs/ref/middleware.txt.Tim Graham2016-11-061-1/+1
* Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski2016-11-051-4/+2
* Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.Tim Graham2016-10-141-2/+3
* Refs #19705 -- Made GZipMiddleware make ETags weak.Kevin Christopher Henry2016-10-131-0/+3
* Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl2016-10-101-1/+12
* Normalized spelling of ETag.Tim Graham2016-09-091-1/+1
* Fixed #26947 -- Added an option to enable the HSTS header preload directive.Ed Morley2016-08-101-0/+6
* Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley2016-08-081-2/+2
* Fixed #5897 -- Added the Content-Length response header in CommonMiddlewareClaude Paroz2016-06-271-0/+6
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-2/+0
* Fixed #20869 -- made CSRF tokens change every request by salt-encrypting themShai Berger2016-05-191-7/+12
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-0/+30
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-2/+2
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-4/+0
* Refs #23957 -- Required session verification per deprecation timeline.Tim Graham2015-09-231-7/+0
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-2/+2
* Fixed typo in docs/ref/middleware.txtjorgecarleitao2015-07-271-1/+1
* Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...Jan Pazdziora2015-07-021-0/+8
* Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...Marissa Zhou2015-06-081-0/+6
* Updated capitalization in the word "JavaScript" for consistencyDave Hodder2015-05-011-3/+3
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-4/+0
* Fixed #23531 -- Added CommonMiddleware.response_redirect_class.Berker Peksag2014-11-041-0/+8
* Moved CSRF docs out of contrib.Thomas Chaumeny2014-11-031-1/+1
* Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham2014-09-121-0/+172
* Removed reference to old middlewareClaude Paroz2014-06-301-8/+0
* Fixed #17552 -- Removed a hack for IE6 and earlier.Aymeric Augustin2014-06-101-5/+0
* Fixed #20816 -- Added hints about Django middleware orderingClaude Paroz2014-05-221-0/+68
* Added RemoteUserMiddleware to middleware reference page.Tim Graham2014-04-161-0/+5
* Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham2014-04-051-0/+9
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-24/+0
* Fixed typos in docs (django.contrib.site)Thomas Schreiber2014-03-211-1/+1