@@ -154,7 +154,7 @@ Deprecated features
154
154
3.3.0 (2022-04-28)
155
155
------------------
156
156
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 `.
158
158
* Removed support for Django < 3.2.
159
159
* Updated check ``W006 `` to look for
160
160
``django.template.loaders.app_directories.Loader ``.
@@ -176,7 +176,7 @@ Deprecated features
176
176
177
177
* Changed cache monkey-patching for Django 3.2+ to iterate over existing
178
178
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
180
180
being patched as a whole in order to attempt to catch any cache
181
181
usages before ``enable_instrumentation `` is called.
182
182
* Add check ``W006 `` to warn that the toolbar is incompatible with
@@ -298,7 +298,7 @@ Deprecated features
298
298
``localStorage ``.
299
299
* Updated the code to avoid a few deprecation warnings and resource warnings.
300
300
* 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
302
302
using django-debug-toolbar.
303
303
* Eliminated more inline CSS.
304
304
* Updated ``tox.ini `` and ``Makefile `` to use isort>=5.
0 commit comments