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:
parent
06f0ca613d
commit
3ebf1b58fb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user