mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +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.
|
||||||
Miscellaneous
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
* Subclasses of :class:`~django.middleware.cache.UpdateCacheMiddleware`
|
* Subclasses of :class:`~django.middleware.cache.UpdateCacheMiddleware`
|
||||||
will no longer cause duplication when used with cache decorator.
|
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