@@ -45,15 +45,14 @@ types of unsupported {+framework+} and MongoDB features:
4545
4646.. _django-limitations-database:
4747
48- Unsupported Database Variables
48+ Unsupported Database settings
4949~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5050
51- The following database variables are not supported by {+django-odm+}:
51+ The following database settings are not supported by {+django-odm+}:
5252
5353- ``ATOMIC_REQUESTS``
5454- ``AUTOCOMMIT``
5555- ``CONN_HEALTH_CHECKS``
56- - ``TIME_ZONE``
5756
5857.. _django-limitations-models:
5958
@@ -126,7 +125,7 @@ Fields
126125 ``$lookup`` operations, see the :atlas:`Reduce $lookup Operations
127126 </schema-suggestions/reduce-lookup-operations/>` guide in the Atlas
128127 documentation.
129- - Performance of `CASCADE deletes <{+django-docs+}/ref/models/fields/#django.db.models.CASCADE>`__
128+ - Performance of `CASCADE deletes <{+django-docs+}/ref/models/fields/#django.db.models.CASCADE>`__
130129 on a ``ForeignKey`` field is not as performant as using an
131130 ``EmbeddedModelField``.
132131
@@ -199,9 +198,6 @@ Django Management Command Limitations
199198
200199- ``createcachetable``
201200- ``inspectdb``
202- - ``optimizemigration``
203- - ``sqlflush``
204- - ``sqlsequencereset``
205201
206202.. _django-limitations-migration:
207203
@@ -214,7 +210,7 @@ Migration Limitations
214210 {+mdb-server+} manual.
215211- {+django-odm+} does not support `DDL Transactions
216212 <{+django-docs+}/topics/migrations/#transactions>`__.
217- - {+django-odm+} does not support the ``migrate --fake-initial`` command .
213+ - {+django-odm+} does not support the ``migrate --fake-initial`` option .
218214
219215.. _django-limitations-async:
220216
@@ -248,7 +244,7 @@ General Availability Release Features
248244-------------------------------------
249245
250246In this section, you can learn about the following
251- types of {+framework+} and MongoDB features that
247+ types of {+framework+} and MongoDB features that
252248GA and post-GA {+django-odm+} releases will likely introduce:
253249
254250- :ref:`django-upcoming-mongodb`
@@ -330,10 +326,10 @@ the GA release:
330326
331327.. _django-upcoming-third-party:
332328
333- Third Party Features
334- ~~~~~~~~~~~~~~~~~~~~
329+ Third Party Libraries
330+ ~~~~~~~~~~~~~~~~~~~~~
335331
336- We plan to support the following third-party features in
332+ We plan to support the following third-party libraries in
337333the GA release:
338334
339335- `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
@@ -344,19 +340,18 @@ the GA release:
344340
345341.. _django-upcoming-variables:
346342
347- Database Variable Support
343+ Database Settings Support
348344~~~~~~~~~~~~~~~~~~~~~~~~~
349345
350346We plan to support the following Django variables for configuring
351347your database connection in future post-GA releases:
352348
353349- ``CONN_HEALTH_CHECKS``
354- - ``TIME_ZONE``
355350
356351.. _django-upcoming-async:
357352
358353Asynchronous Support
359354~~~~~~~~~~~~~~~~~~~~
360355
361356We plan to offer asynchronous support for {+django-odm+} in
362- future post-GA releases.
357+ future post-GA releases.
0 commit comments