From 5f195a62b13dc00efbaac65b0cca30d32acedd86 Mon Sep 17 00:00:00 2001 From: wassef911 <1.wassef911@gmail.com> Date: Sun, 14 Jul 2024 11:31:43 +0100 Subject: [PATCH] Fixed #25782 -- Prevented duplicate caching when using CacheMiddleware and cache_page. --- docs/releases/5.2.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index 8b77ecc482..4981d75aa5 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -280,3 +280,9 @@ Miscellaneous ------------- * ... + +Miscellaneous +~~~~~ + +* Subclasses of :class:`~django.middleware.cache.UpdateCacheMiddleware` + will no longer cause duplication when used with cache decorator. \ No newline at end of file