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-02-24 17:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
middleware
History
Derek J. Curtis
6be9589eb3
Fixed
#25900
-- Fixed regression in CommonMiddleware ETag support.
2015-12-10 13:51:07 -05:00
..
__init__.py
…
cache.py
Removed unnecessary arguments in .get method calls
2015-05-13 20:51:18 +02:00
clickjacking.py
Updated Wikipedia links to use https
2015-08-08 12:02:32 +02:00
common.py
Fixed
#25900
-- Fixed regression in CommonMiddleware ETag support.
2015-12-10 13:51:07 -05:00
csrf.py
Fixed
#24496
-- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
2015-09-16 12:21:50 -04:00
gzip.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
http.py
Fixed
#24935
-- Refactored common conditional GET handling.
2015-08-15 09:08:45 -04:00
locale.py
Fixed
#19910
-- Added slash to i18n redirect if APPEND_SLASH is set.
2015-03-26 09:26:55 -04:00
security.py
…