django1/django/views/decorators
Mariusz Felisiak 40165eecc4
Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest.
Regression in 3fd82a6241.

Thanks Terence Honles for the report.
2021-12-16 20:13:17 +01:00
..
__init__.py
cache.py Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest. 2021-12-16 20:13:17 +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 Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert" in various code. 2021-06-25 06:55:47 +02:00
gzip.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
http.py Fixed #32366 -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
vary.py Refs #23919 -- Removed django.utils.decorators.available_attrs() usage. 2017-01-21 13:20:17 -05:00