1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/django/middleware
2018-01-03 20:12:23 -05:00
..
__init__.py
cache.py
clickjacking.py
common.py Refs #26447 -- Removed outdated ETag comment in CommonMiddleware. 2017-11-11 20:45:17 -05:00
csrf.py Fixed #28488 -- Reallowed error handlers to access CSRF tokens. 2017-09-20 16:22:18 -04:00
gzip.py
http.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
locale.py Fixed #28795 -- Removed 'not in' checks and used dict.setdefault(). 2017-11-14 10:52:52 -05:00
security.py Fixed #28795 -- Removed 'not in' checks and used dict.setdefault(). 2017-11-14 10:52:52 -05:00