From 3ebf1b58fbb8a872a4981da1bd50bb70eeab2a58 Mon Sep 17 00:00:00 2001 From: wassef911 <1.wassef911@gmail.com> Date: Tue, 16 Jul 2024 19:42:31 +0100 Subject: [PATCH] Fixed #25782 -- Prevented duplicate caching when using CacheMiddleware and cache_page. --- docs/releases/5.2.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index e0aa87ae70..27febc81a7 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -285,12 +285,8 @@ Features deprecated in 5.2 Miscellaneous ------------- -* ... - -Miscellaneous -~~~~~ +* The ``all`` argument for the ``django.contrib.staticfiles.finders.find()`` + function is deprecated in favor of the ``find_all`` argument. * Subclasses of :class:`~django.middleware.cache.UpdateCacheMiddleware` will no longer cause duplication when used with cache decorator. -* The ``all`` argument for the ``django.contrib.staticfiles.finders.find()`` - function is deprecated in favor of the ``find_all`` argument.