Skip to content

Commit 2929bb4

Browse files
committed
Fixed references to django.core.cache in the docs
See django/django@c386273
1 parent 52ff5eb commit 2929bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Deprecated features
154154
3.3.0 (2022-04-28)
155155
------------------
156156

157-
* Track calls to :py:meth:`django.core.caches.cache.get_or_set`.
157+
* Track calls to :py:meth:`django.core.cache.cache.get_or_set`.
158158
* Removed support for Django < 3.2.
159159
* Updated check ``W006`` to look for
160160
``django.template.loaders.app_directories.Loader``.
@@ -176,7 +176,7 @@ Deprecated features
176176

177177
* Changed cache monkey-patching for Django 3.2+ to iterate over existing
178178
caches and patch them individually rather than attempting to patch
179-
``django.core.caches`` as a whole. The ``middleware.cache`` is still
179+
``django.core.cache`` as a whole. The ``middleware.cache`` is still
180180
being patched as a whole in order to attempt to catch any cache
181181
usages before ``enable_instrumentation`` is called.
182182
* Add check ``W006`` to warn that the toolbar is incompatible with
@@ -298,7 +298,7 @@ Deprecated features
298298
``localStorage``.
299299
* Updated the code to avoid a few deprecation warnings and resource warnings.
300300
* Started loading JavaScript as ES6 modules.
301-
* Added support for :meth:`cache.touch() <django.core.caches.cache.touch>` when
301+
* Added support for :meth:`cache.touch() <django.core.cache.cache.touch>` when
302302
using django-debug-toolbar.
303303
* Eliminated more inline CSS.
304304
* Updated ``tox.ini`` and ``Makefile`` to use isort>=5.

0 commit comments

Comments
 (0)