@@ -209,7 +209,8 @@ Database and Collection Support
209209 - ✓
210210
211211 * - Cached data storage
212- - *Unsupported*.
212+ - ✓ Use the ``django_mongodb_backend.cache.MongoDBCache`` backend rather
213+ than {+framework+}'s built-in database cache backend, ``django.core.cache.backends.db.DatabaseCache``.
213214 - ✓
214215
215216 * - Change Streams
@@ -358,18 +359,6 @@ documentation.
358359 - Current Support
359360 - General Availability Support
360361
361- * - ``bulk_update()``
362- - *Unsupported*.
363- - *Unsupported*.
364-
365- * - ``dates()``
366- - *Unsupported*.
367- - *Unsupported*.
368-
369- * - ``datetimes()``
370- - *Unsupported*.
371- - *Unsupported*.
372-
373362 * - ``delete()``
374363 - *Partially Supported*. You cannot use this method to perform
375364 queries that span multiple collections.
@@ -379,11 +368,6 @@ documentation.
379368 - *Unsupported*.
380369 - *Unsupported*.
381370
382- * - ``JOIN`` operations
383- - *Partially Supported*. You can use MongoDB's :manual:`$lookup </reference/operator/aggregation/lookup/>`
384- pipeline stage to perform joins.
385- - *Full Support Not Planned*.
386-
387371 * - ``prefetch_related()``
388372 - *Unsupported*.
389373 - *Unsupported*.
@@ -460,8 +444,10 @@ documentation.
460444 - *Unsupported*.
461445
462446 * - ``Trunc``
463- - *Partially Supported*. The ``tzinfo`` parameter doesn't work
464- properly because MongoDB converts the result back to UTC.
447+ - *Partially Supported*. The ``tzinfo`` parameter of the
448+ :py:class:`~django.db.models.functions.TruncDate` and
449+ :py:class:`~django.db.models.functions.TruncTime` database
450+ functions is not supported.
465451 - *Full Support Not Planned*.
466452
467453Management Support
@@ -512,7 +498,7 @@ documentation.
512498 - General Availability Support
513499
514500 * - ``createcachetable``
515- - *Unsupported*.
501+ - *Unsupported*. Instead, use {+django-odm+}'s ``createcachecollection`` command.
516502 - *Unsupported*.
517503
518504 * - ``dumpdata``
0 commit comments