diff --git a/docs/source/index.rst b/docs/source/index.rst index 04097ab0b..ca6ef8a2a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -14,6 +14,7 @@ First steps - :doc:`Installation ` - :doc:`Configuring a project ` - :doc:`howto/contrib-apps` +- :doc:`topics/known-issues` Getting help ============ diff --git a/docs/source/ref/models/querysets.rst b/docs/source/ref/models/querysets.rst index b1cfbf8b7..601e79d10 100644 --- a/docs/source/ref/models/querysets.rst +++ b/docs/source/ref/models/querysets.rst @@ -8,7 +8,6 @@ Supported ``QuerySet`` methods All of Django's :doc:`QuerySet methods ` are supported, except: - - :meth:`bulk_update() ` - :meth:`extra() ` - :meth:`prefetch_related() ` diff --git a/docs/source/topics/known-issues.rst b/docs/source/topics/known-issues.rst index 867c11887..4b9edee70 100644 --- a/docs/source/topics/known-issues.rst +++ b/docs/source/topics/known-issues.rst @@ -31,7 +31,6 @@ Querying - The following ``QuerySet`` methods aren't supported: - - :meth:`bulk_update() ` - :meth:`extra() ` - :meth:`prefetch_related() ` @@ -98,8 +97,8 @@ Caching :doc:`Database caching ` uses this library's :djadmin:`createcachecollection` command rather Django's SQL-specific -:djadmin:`createcachetable`. +:djadmin:`createcachetable` command. Secondly, you must use the :class:`django_mongodb_backend.cache.MongoDBCache` backend rather than Django's built-in database cache backend, -``django.core.cache.backends.db.DatabaseCache``). +``django.core.cache.backends.db.DatabaseCache``.