@@ -209,7 +209,8 @@ Database and Collection Support
209
209
- ✓
210
210
211
211
* - 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``.
213
214
- ✓
214
215
215
216
* - Change Streams
@@ -358,18 +359,6 @@ documentation.
358
359
- Current Support
359
360
- General Availability Support
360
361
361
- * - ``bulk_update()``
362
- - *Unsupported*.
363
- - *Unsupported*.
364
-
365
- * - ``dates()``
366
- - *Unsupported*.
367
- - *Unsupported*.
368
-
369
- * - ``datetimes()``
370
- - *Unsupported*.
371
- - *Unsupported*.
372
-
373
362
* - ``delete()``
374
363
- *Partially Supported*. You cannot use this method to perform
375
364
queries that span multiple collections.
@@ -379,11 +368,6 @@ documentation.
379
368
- *Unsupported*.
380
369
- *Unsupported*.
381
370
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
-
387
371
* - ``prefetch_related()``
388
372
- *Unsupported*.
389
373
- *Unsupported*.
@@ -460,8 +444,10 @@ documentation.
460
444
- *Unsupported*.
461
445
462
446
* - ``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.
465
451
- *Full Support Not Planned*.
466
452
467
453
Management Support
@@ -512,7 +498,7 @@ documentation.
512
498
- General Availability Support
513
499
514
500
* - ``createcachetable``
515
- - *Unsupported*.
501
+ - *Unsupported*. Instead, use {+django-odm+}'s ``createcachecollection`` command.
516
502
- *Unsupported*.
517
503
518
504
* - ``dumpdata``
0 commit comments