mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation in docs
This commit is contained in:
@@ -1723,7 +1723,10 @@ removed in Django 1.8 (please see the :ref:`deprecation timeline
|
||||
|
||||
* The module ``django.test._doctest`` is removed.
|
||||
|
||||
* The ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is removed.
|
||||
* The ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is removed. This change
|
||||
affects both ``django.middleware.cache.CacheMiddleware`` and
|
||||
``django.middleware.cache.UpdateCacheMiddleware`` despite the lack of a
|
||||
deprecation warning in the latter class.
|
||||
|
||||
* Usage of the hard-coded *Hold down "Control", or "Command" on a Mac, to select
|
||||
more than one.* string to override or append to user-provided ``help_text`` in
|
||||
|
||||
Reference in New Issue
Block a user