From 5b6d321a84fb60fa01cd312e4951e38607430c99 Mon Sep 17 00:00:00 2001 From: Wassef Ben Ahmed <1.wassef911@gmail.com> Date: Sat, 24 Aug 2024 13:30:33 +0100 Subject: [PATCH] Update docs/releases/5.2.txt Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> --- docs/releases/5.2.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index 27febc81a7..5d5887fe34 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -287,6 +287,3 @@ 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.