Skip to content

Commit 288ab21

Browse files
committed
more feedback
1 parent 1d318c5 commit 288ab21

File tree

1 file changed

+24
-28
lines changed

1 file changed

+24
-28
lines changed

source/limitations-upcoming.txt

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ Index Support
9595
Data Type Support
9696
~~~~~~~~~~~~~~~~~
9797

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+
98102
.. list-table::
99103
:header-rows: 1
100104
:widths: 30 30 40
@@ -129,10 +133,6 @@ Data Type Support
129133
- *Unsupported*. However, we plan to support this type
130134
in a post-GA release.
131135

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-
136136
Query Support
137137
~~~~~~~~~~~~~
138138

@@ -267,6 +267,10 @@ the GA release.
267267
Field Type Support
268268
~~~~~~~~~~~~~~~~~~
269269

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+
270274
.. list-table::
271275
:header-rows: 1
272276
:widths: 30 30 40
@@ -332,13 +336,14 @@ Field Type Support
332336
- *Full Support Not Planned*. However, we plan to address the
333337
``Q`` object and ``None`` key filtering limitations in a post-GA release.
334338

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-
339339
Query Support
340340
~~~~~~~~~~~~~
341341

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+
342347
.. list-table::
343348
:header-rows: 1
344349
:widths: 30 30 40
@@ -364,10 +369,6 @@ Query Support
364369
queries that span multiple collections.
365370
- *Full Support Not Planned*.
366371

367-
* - ``distinct()``
368-
- ✓
369-
- ✓
370-
371372
* - ``extra()``
372373
- *Unsupported*.
373374
- *Unsupported*.
@@ -391,14 +392,14 @@ Query Support
391392
queries that span multiple collections.
392393
- *Full Support Not Planned*.
393394

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-
399395
Database Function Support
400396
~~~~~~~~~~~~~~~~~~~~~~~~~
401397

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+
402403
.. list-table::
403404
:header-rows: 1
404405
:widths: 30 30 40
@@ -456,11 +457,6 @@ Database Function Support
456457
properly because MongoDB converts the result back to UTC.
457458
- *Full Support Not Planned*.
458459

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-
464460
Management Support
465461
~~~~~~~~~~~~~~~~~~
466462

@@ -494,6 +490,11 @@ Management Support
494490
Management Command Support
495491
``````````````````````````
496492

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+
497498
.. list-table::
498499
:header-rows: 1
499500
:widths: 30 30 40
@@ -527,11 +528,6 @@ Management Command Support
527528
- *Unsupported*.
528529
- *Unsupported*.
529530

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-
535531
Migration Support
536532
~~~~~~~~~~~~~~~~~
537533

@@ -581,7 +577,7 @@ Third Party Library Support
581577
- *Partially Supported*. This release will outline use case limitations.
582578

583579
* - `Wagtail <https://wagtail.org/>`__
584-
- *Partially Supported*. Most use cases are supported.
580+
- *Unsupported*.
585581
- *Partially Supported*. This release will outline use case limitations.
586582

587583
* - `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/en/latest/>`__

0 commit comments

Comments
 (0)