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-01-18 14:24:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
middleware
History
Chris Jerdonek
3ff7f6cf07
Refs
#32800
-- Renamed _sanitize_token() to _check_token_format().
2021-11-29 10:48:31 +01:00
..
__init__.py
…
cache.py
Fixed
#33252
-- Made cache middlewares thread-safe.
2021-11-03 09:39:27 +01:00
clickjacking.py
Fixed
#31789
-- Added a new headers interface to HttpResponse.
2020-09-14 08:41:59 +02:00
common.py
Made small readability improvements.
2020-10-28 20:20:20 +01:00
csrf.py
Refs
#32800
-- Renamed _sanitize_token() to _check_token_format().
2021-11-29 10:48:31 +01:00
gzip.py
Fixed
#31789
-- Added a new headers interface to HttpResponse.
2020-09-14 08:41:59 +02:00
http.py
…
locale.py
Fixed
#32768
-- Added Vary header when redirecting to prefixed i18n pattern.
2021-09-01 14:02:37 +02:00
security.py
Fixed
#32678
-- Removed SECURE_BROWSER_XSS_FILTER setting.
2021-04-30 12:32:52 +02:00