@@ -45,15 +45,14 @@ types of unsupported {+framework+} and MongoDB features:
45
45
46
46
.. _django-limitations-database:
47
47
48
- Unsupported Database Variables
48
+ Unsupported Database settings
49
49
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50
50
51
- The following database variables are not supported by {+django-odm+}:
51
+ The following database settings are not supported by {+django-odm+}:
52
52
53
53
- ``ATOMIC_REQUESTS``
54
54
- ``AUTOCOMMIT``
55
55
- ``CONN_HEALTH_CHECKS``
56
- - ``TIME_ZONE``
57
56
58
57
.. _django-limitations-models:
59
58
@@ -126,7 +125,7 @@ Fields
126
125
``$lookup`` operations, see the :atlas:`Reduce $lookup Operations
127
126
</schema-suggestions/reduce-lookup-operations/>` guide in the Atlas
128
127
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>`__
130
129
on a ``ForeignKey`` field is not as performant as using an
131
130
``EmbeddedModelField``.
132
131
@@ -199,9 +198,6 @@ Django Management Command Limitations
199
198
200
199
- ``createcachetable``
201
200
- ``inspectdb``
202
- - ``optimizemigration``
203
- - ``sqlflush``
204
- - ``sqlsequencereset``
205
201
206
202
.. _django-limitations-migration:
207
203
@@ -214,7 +210,7 @@ Migration Limitations
214
210
{+mdb-server+} manual.
215
211
- {+django-odm+} does not support `DDL Transactions
216
212
<{+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 .
218
214
219
215
.. _django-limitations-async:
220
216
@@ -248,7 +244,7 @@ General Availability Release Features
248
244
-------------------------------------
249
245
250
246
In this section, you can learn about the following
251
- types of {+framework+} and MongoDB features that
247
+ types of {+framework+} and MongoDB features that
252
248
GA and post-GA {+django-odm+} releases will likely introduce:
253
249
254
250
- :ref:`django-upcoming-mongodb`
@@ -330,10 +326,10 @@ the GA release:
330
326
331
327
.. _django-upcoming-third-party:
332
328
333
- Third Party Features
334
- ~~~~~~~~~~~~~~~~~~~~
329
+ Third Party Libraries
330
+ ~~~~~~~~~~~~~~~~~~~~~
335
331
336
- We plan to support the following third-party features in
332
+ We plan to support the following third-party libraries in
337
333
the GA release:
338
334
339
335
- `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
@@ -344,19 +340,18 @@ the GA release:
344
340
345
341
.. _django-upcoming-variables:
346
342
347
- Database Variable Support
343
+ Database Settings Support
348
344
~~~~~~~~~~~~~~~~~~~~~~~~~
349
345
350
346
We plan to support the following Django variables for configuring
351
347
your database connection in future post-GA releases:
352
348
353
349
- ``CONN_HEALTH_CHECKS``
354
- - ``TIME_ZONE``
355
350
356
351
.. _django-upcoming-async:
357
352
358
353
Asynchronous Support
359
354
~~~~~~~~~~~~~~~~~~~~
360
355
361
356
We plan to offer asynchronous support for {+django-odm+} in
362
- future post-GA releases.
357
+ future post-GA releases.
0 commit comments