summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.1.txt b/docs/releases/4.0.1.txt
index 08e5b206bb..50c84bfe17 100644
--- a/docs/releases/4.0.1.txt
+++ b/docs/releases/4.0.1.txt
@@ -15,3 +15,7 @@ Bugfixes
* Fixed a bug in Django 4.0 that caused a crash on booleans with the
``RedisCache`` backend (:ticket:`33361`).
+
+* Relaxed the check added in Django 4.0 to reallow use of a duck-typed
+ ``HttpRequest`` in ``django.views.decorators.cache.cache_control()`` and
+ ``never_cache()`` decorators (:ticket:`33350`).