django1/django/views/decorators
Carlton Gibson ad11f5b8c9 Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
..
__init__.py
cache.py Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-Control directive. 2020-01-16 13:39:16 +01:00
clickjacking.py Refs #27656 -- Updated django.views docstring verbs according to PEP 257. 2017-03-03 17:05:42 -05:00
common.py Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
csrf.py Refs #27656 -- Updated django.views docstring verbs according to PEP 257. 2017-03-03 17:05:42 -05:00
debug.py Fixed #31077 -- Made debug decorators raise TypeError if they're not called. 2019-12-10 13:34:28 +01:00
gzip.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
http.py Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
vary.py Refs #23919 -- Removed django.utils.decorators.available_attrs() usage. 2017-01-21 13:20:17 -05:00