@@ -95,6 +95,10 @@ Index Support
95
95
Data Type Support
96
96
~~~~~~~~~~~~~~~~~
97
97
98
+ {+django-odm+} currently supports all MongoDB data types not included
99
+ in the following table. To view a full list of supported types, see the
100
+ :ref:`django-models-mongodb-fields` section of the Create Models guide.
101
+
98
102
.. list-table::
99
103
:header-rows: 1
100
104
:widths: 30 30 40
@@ -129,10 +133,6 @@ Data Type Support
129
133
- *Unsupported*. However, we plan to support this type
130
134
in a post-GA release.
131
135
132
- {+django-odm+} currently supports all other MongoDB data types not included
133
- in the preceding table. To view a full list of supported types, see the :ref:`django-models-mongodb-fields`
134
- section of the Create Models guide.
135
-
136
136
Query Support
137
137
~~~~~~~~~~~~~
138
138
@@ -267,6 +267,10 @@ the GA release.
267
267
Field Type Support
268
268
~~~~~~~~~~~~~~~~~~
269
269
270
+ {+django-odm+} currently supports all {+framework+} field types not included in
271
+ the following table. To view a full list of supported fields, see the :ref:`django-models-django-fields`
272
+ section of the Create Models guide.
273
+
270
274
.. list-table::
271
275
:header-rows: 1
272
276
:widths: 30 30 40
@@ -332,13 +336,14 @@ Field Type Support
332
336
- *Full Support Not Planned*. However, we plan to address the
333
337
``Q`` object and ``None`` key filtering limitations in a post-GA release.
334
338
335
- {+django-odm+} currently supports all other {+framework+} field types not included in
336
- the preceding table. To view a full list of supported fields, see the :ref:`django-models-django-fields`
337
- section of the Create Models guide.
338
-
339
339
Query Support
340
340
~~~~~~~~~~~~~
341
341
342
+ {+django-odm+} currently supports all {+framework+} ``QuerySet`` methods not
343
+ included in the following table. To view the supported methods, see `QuerySet API
344
+ <{+django-docs+}/ref/models/querysets/#queryset-api>`__ in the {+framework+}
345
+ documentation.
346
+
342
347
.. list-table::
343
348
:header-rows: 1
344
349
:widths: 30 30 40
@@ -364,10 +369,6 @@ Query Support
364
369
queries that span multiple collections.
365
370
- *Full Support Not Planned*.
366
371
367
- * - ``distinct()``
368
- - ✓
369
- - ✓
370
-
371
372
* - ``extra()``
372
373
- *Unsupported*.
373
374
- *Unsupported*.
@@ -391,14 +392,14 @@ Query Support
391
392
queries that span multiple collections.
392
393
- *Full Support Not Planned*.
393
394
394
- {+django-odm+} currently supports all other {+framework+} ``QuerySet`` methods not
395
- included in the preceding table. To view the supported methods, see `QuerySet API
396
- <{+django-docs+}/ref/models/querysets/#queryset-api>`__ in the {+framework+}
397
- documentation.
398
-
399
395
Database Function Support
400
396
~~~~~~~~~~~~~~~~~~~~~~~~~
401
397
398
+ {+django-odm+} currently supports all database functions not included in
399
+ the following table. To view a full list of functions, see `Database Functions
400
+ <{+django-docs+}/ref/models/database-functions/>`__ in the {+framework+}
401
+ documentation.
402
+
402
403
.. list-table::
403
404
:header-rows: 1
404
405
:widths: 30 30 40
@@ -456,11 +457,6 @@ Database Function Support
456
457
properly because MongoDB converts the result back to UTC.
457
458
- *Full Support Not Planned*.
458
459
459
- {+django-odm+} currently supports all other database functions not included in
460
- the preceding table. To view a full list of functions, see `Database Functions
461
- <{+django-docs+}/ref/models/database-functions/>`__ in the {+framework+}
462
- documentation.
463
-
464
460
Management Support
465
461
~~~~~~~~~~~~~~~~~~
466
462
@@ -494,6 +490,11 @@ Management Support
494
490
Management Command Support
495
491
``````````````````````````
496
492
493
+ {+django-odm+} currently supports all management commands not included in
494
+ the following table. To view a full list of commands, see `Available commands
495
+ <{+django-docs+}/ref/django-admin/#available-commands>`__ in the {+framework+}
496
+ documentation.
497
+
497
498
.. list-table::
498
499
:header-rows: 1
499
500
:widths: 30 30 40
@@ -527,11 +528,6 @@ Management Command Support
527
528
- *Unsupported*.
528
529
- *Unsupported*.
529
530
530
- {+django-odm+} currently supports all other management commands not included in
531
- the preceding table. To view a full list of commands, see `Available commands
532
- <{+django-docs+}/ref/django-admin/#available-commands>`__ in the {+framework+}
533
- documentation.
534
-
535
531
Migration Support
536
532
~~~~~~~~~~~~~~~~~
537
533
@@ -581,7 +577,7 @@ Third Party Library Support
581
577
- *Partially Supported*. This release will outline use case limitations.
582
578
583
579
* - `Wagtail <https://wagtail.org/>`__
584
- - *Partially Supported*. Most use cases are supported .
580
+ - *Unsupported* .
585
581
- *Partially Supported*. This release will outline use case limitations.
586
582
587
583
* - `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/en/latest/>`__
0 commit comments