This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-10 00:09:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
middleware
History
Sven Engström
f46a838efc
Fixed
#26812
-- Fixed APPEND_SLASH on a URL including querystring with a trailing slash.
2016-11-06 10:38:36 +01:00
..
__init__.py
…
cache.py
Fixed
#27211
-- Made UpdateCacheMiddleware include caching headers for "304 Not Modified" responses.
2016-09-14 19:37:18 -04:00
clickjacking.py
Fixed
#26601
-- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
common.py
Fixed
#26812
-- Fixed APPEND_SLASH on a URL including querystring with a trailing slash.
2016-11-06 10:38:36 +01:00
csrf.py
Fixed
#26628
-- Changed CSRF logger to django.security.csrf.
2016-06-04 10:17:06 -04:00
gzip.py
Refs
#19705
-- Made GZipMiddleware make ETags weak.
2016-10-13 14:22:54 -04:00
http.py
Fixed
#27346
-- Stopped setting the Content-Length header in ConditionalGetMiddleware.
2016-11-05 22:24:54 +01:00
locale.py
Refs
#26601
-- Improved backwards-compatibility of DEP 5 middleware exception handling.
2016-06-17 10:00:39 -07:00
security.py
Fixed
#26947
-- Added an option to enable the HSTS header preload directive.
2016-08-10 20:23:54 -04:00