index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
middleware.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
1
-0
/
+1
*
Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.
Andreas Pelme
2022-12-17
1
-9
/
+24
*
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2022-12-06
1
-2
/
+2
*
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
1
-1
/
+1
*
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-17
1
-2
/
+0
*
Corrected CSRF reference in middleware docs.
tommcn
2022-03-17
1
-4
/
+5
*
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-20
1
-5
/
+0
*
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-29
1
-7
/
+7
*
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-05-17
1
-1
/
+1
*
Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.
Tim Graham
2021-04-30
1
-28
/
+0
*
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2021-03-30
1
-0
/
+38
*
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-10-22
1
-0
/
+16
*
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-13
1
-2
/
+0
*
Fixed some typos in comments and docs.
Min ho Kim
2019-10-02
1
-3
/
+3
*
Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.
Mar Sánchez
2019-10-02
1
-2
/
+2
*
Refs #28699 -- Clarified CSRF middleware ordering in relation to RemoteUserMi...
Carlton Gibson
2019-10-02
1
-0
/
+4
*
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-09-09
1
-0
/
+99
*
Standardized links for headers in security middleware documentation.
Nick Pope
2019-09-09
1
-4
/
+4
*
Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
Mariusz Felisiak
2019-06-03
1
-5
/
+2
*
Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS.
Carlton Gibson
2019-01-30
1
-2
/
+7
*
Fixed typo in docs/ref/middleware.txt.
Daniel Musketa
2018-11-14
1
-1
/
+1
*
Remove documenation for non-existent middleware (#9998)
Daniel Hepper
2018-05-27
1
-28
/
+0
*
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2018-01-07
1
-1
/
+1
*
Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddlew...
Tim Graham
2017-11-14
1
-0
/
+4
*
Refs #26447 -- Removed outdated ETag comment in CommonMiddleware.
Tim Graham
2017-11-11
1
-5
/
+8
*
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
1
-9
/
+0
*
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Tim Graham
2017-09-22
1
-16
/
+0
*
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-22
1
-7
/
+4
*
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
1
-8
/
+0
*
Refs #16859 -- Allowed storing CSRF tokens in sessions.
Raphael Michel
2016-11-30
1
-0
/
+3
*
Fixed typo in docs/ref/middleware.txt.
Tim Graham
2016-11-06
1
-1
/
+1
*
Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...
Adam Malinowski
2016-11-05
1
-4
/
+2
*
Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.
Tim Graham
2016-10-14
1
-2
/
+3
*
Refs #19705 -- Made GZipMiddleware make ETags weak.
Kevin Christopher Henry
2016-10-13
1
-0
/
+3
*
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-10-10
1
-1
/
+12
*
Normalized spelling of ETag.
Tim Graham
2016-09-09
1
-1
/
+1
*
Fixed #26947 -- Added an option to enable the HSTS header preload directive.
Ed Morley
2016-08-10
1
-0
/
+6
*
Fixed docs to refer to HSTS includeSubdomains as a directive.
Ed Morley
2016-08-08
1
-2
/
+2
*
Fixed #5897 -- Added the Content-Length response header in CommonMiddleware
Claude Paroz
2016-06-27
1
-0
/
+6
*
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-20
1
-2
/
+0
*
Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them
Shai Berger
2016-05-19
1
-7
/
+12
*
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
1
-0
/
+30
*
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-02-01
1
-2
/
+2
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
1
-4
/
+0
*
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
1
-7
/
+0
*
Updated Wikipedia links to use https
Claude Paroz
2015-08-08
1
-2
/
+2
*
Fixed typo in docs/ref/middleware.txt
jorgecarleitao
2015-07-27
1
-1
/
+1
*
Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...
Jan Pazdziora
2015-07-02
1
-0
/
+8
*
Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...
Marissa Zhou
2015-06-08
1
-0
/
+6
*
Updated capitalization in the word "JavaScript" for consistency
Dave Hodder
2015-05-01
1
-3
/
+3
[next]