We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fc7ad commit 0b9e793Copy full SHA for 0b9e793
docs/source/topics/known-issues.rst
@@ -98,8 +98,8 @@ Caching
98
99
:doc:`Database caching </topics/cache>` uses this library's
100
:djadmin:`createcachecollection` command rather Django's SQL-specific
101
-:djadmin:`createcachetable`.
+:djadmin:`createcachetable` command.
102
103
Secondly, you must use the :class:`django_mongodb_backend.cache.MongoDBCache`
104
backend rather than Django's built-in database cache backend,
105
-``django.core.cache.backends.db.DatabaseCache``).
+``django.core.cache.backends.db.DatabaseCache``.
0 commit comments