@@ -39,21 +39,18 @@ types of unsupported {+framework+} and MongoDB features:
3939- :ref:`django-limitations-query`
4040- :ref:`django-limitations-management`
4141- :ref:`django-limitations-migration`
42- - :ref:`django-limitations-async`
4342- :ref:`django-limitations-data`
4443- :ref:`django-limitations-performance`
4544
4645.. _django-limitations-database:
4746
48- Unsupported Database Variables
47+ Unsupported Database settings
4948~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5049
51- The following database variables are not supported by {+django-odm+}:
50+ The following database settings are not supported by {+django-odm+}:
5251
5352- ``ATOMIC_REQUESTS``
5453- ``AUTOCOMMIT``
55- - ``CONN_HEALTH_CHECKS``
56- - ``TIME_ZONE``
5754
5855.. _django-limitations-models:
5956
@@ -126,7 +123,7 @@ Fields
126123 ``$lookup`` operations, see the :atlas:`Reduce $lookup Operations
127124 </schema-suggestions/reduce-lookup-operations/>` guide in the Atlas
128125 documentation.
129- - Performance of `CASCADE deletes <{+django-docs+}/ref/models/fields/#django.db.models.CASCADE>`__
126+ - Performance of `CASCADE deletes <{+django-docs+}/ref/models/fields/#django.db.models.CASCADE>`__
130127 on a ``ForeignKey`` field is not as performant as using an
131128 ``EmbeddedModelField``.
132129
@@ -199,9 +196,6 @@ Django Management Command Limitations
199196
200197- ``createcachetable``
201198- ``inspectdb``
202- - ``optimizemigration``
203- - ``sqlflush``
204- - ``sqlsequencereset``
205199
206200.. _django-limitations-migration:
207201
@@ -214,15 +208,7 @@ Migration Limitations
214208 {+mdb-server+} manual.
215209- {+django-odm+} does not support `DDL Transactions
216210 <{+django-docs+}/topics/migrations/#transactions>`__.
217- - {+django-odm+} does not support the ``migrate --fake-initial`` command.
218-
219- .. _django-limitations-async:
220-
221- Asynchronous Limitations
222- ~~~~~~~~~~~~~~~~~~~~~~~~
223-
224- {+django-odm+} has not been tested for support of the asynchronous functionality of
225- the Django API.
211+ - {+django-odm+} does not support the ``migrate --fake-initial`` option.
226212
227213.. _django-limitations-data:
228214
@@ -248,15 +234,13 @@ General Availability Release Features
248234-------------------------------------
249235
250236In this section, you can learn about the following
251- types of {+framework+} and MongoDB features that
237+ types of {+framework+} and MongoDB features that
252238GA and post-GA {+django-odm+} releases will likely introduce:
253239
254240- :ref:`django-upcoming-mongodb`
255241- :ref:`django-upcoming-models`
256242- :ref:`django-upcoming-management`
257243- :ref:`django-upcoming-third-party`
258- - :ref:`django-upcoming-variables`
259- - :ref:`django-upcoming-async`
260244
261245.. _django-upcoming-mongodb:
262246
@@ -330,33 +314,14 @@ the GA release:
330314
331315.. _django-upcoming-third-party:
332316
333- Third Party Features
334- ~~~~~~~~~~~~~~~~~~~~
317+ Third Party Libraries
318+ ~~~~~~~~~~~~~~~~~~~~~
335319
336- We plan to support the following third-party features in
320+ We plan to support the following third-party libraries in
337321the GA release:
338322
339323- `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
340324- `Django Rest Framework <https://www.django-rest-framework.org/>`__
341325- `Django-allauth <https://docs.allauth.org/en/latest/>`__
342326- `Wagtail <https://wagtail.org/>`__
343327- `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/en/latest/>`__
344-
345- .. _django-upcoming-variables:
346-
347- Database Variable Support
348- ~~~~~~~~~~~~~~~~~~~~~~~~~
349-
350- We plan to support the following Django variables for configuring
351- your database connection in future post-GA releases:
352-
353- - ``CONN_HEALTH_CHECKS``
354- - ``TIME_ZONE``
355-
356- .. _django-upcoming-async:
357-
358- Asynchronous Support
359- ~~~~~~~~~~~~~~~~~~~~
360-
361- We plan to offer asynchronous support for {+django-odm+} in
362- future post-GA releases.
0 commit comments