1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed #25782 -- Prevented duplicate caching when using CacheMiddleware and cache_page.

This commit is contained in:
wassef911 2024-07-16 19:42:31 +01:00
parent 06f0ca613d
commit 3ebf1b58fb
No known key found for this signature in database
GPG Key ID: A4166E2C2C794D2C

View File

@ -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.