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 01ba344 commit 852a040Copy full SHA for 852a040
docs/source/topics/known-issues.rst
@@ -97,8 +97,8 @@ Caching
97
98
:doc:`Database caching </topics/cache>` uses this library's
99
:djadmin:`createcachecollection` command rather Django's SQL-specific
100
-:djadmin:`createcachetable`.
+:djadmin:`createcachetable` command.
101
102
Secondly, you must use the :class:`django_mongodb_backend.cache.MongoDBCache`
103
backend rather than Django's built-in database cache backend,
104
-``django.core.cache.backends.db.DatabaseCache``).
+``django.core.cache.backends.db.DatabaseCache``.
0 commit comments