@@ -39,21 +39,18 @@ types of unsupported {+framework+} and MongoDB features:
39
39
- :ref:`django-limitations-query`
40
40
- :ref:`django-limitations-management`
41
41
- :ref:`django-limitations-migration`
42
- - :ref:`django-limitations-async`
43
42
- :ref:`django-limitations-data`
44
43
- :ref:`django-limitations-performance`
45
44
46
45
.. _django-limitations-database:
47
46
48
- Unsupported Database Variables
47
+ Unsupported Database settings
49
48
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50
49
51
- The following database variables are not supported by {+django-odm+}:
50
+ The following database settings are not supported by {+django-odm+}:
52
51
53
52
- ``ATOMIC_REQUESTS``
54
53
- ``AUTOCOMMIT``
55
- - ``CONN_HEALTH_CHECKS``
56
- - ``TIME_ZONE``
57
54
58
55
.. _django-limitations-models:
59
56
@@ -126,7 +123,7 @@ Fields
126
123
``$lookup`` operations, see the :atlas:`Reduce $lookup Operations
127
124
</schema-suggestions/reduce-lookup-operations/>` guide in the Atlas
128
125
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>`__
130
127
on a ``ForeignKey`` field is not as performant as using an
131
128
``EmbeddedModelField``.
132
129
@@ -199,9 +196,6 @@ Django Management Command Limitations
199
196
200
197
- ``createcachetable``
201
198
- ``inspectdb``
202
- - ``optimizemigration``
203
- - ``sqlflush``
204
- - ``sqlsequencereset``
205
199
206
200
.. _django-limitations-migration:
207
201
@@ -214,15 +208,7 @@ Migration Limitations
214
208
{+mdb-server+} manual.
215
209
- {+django-odm+} does not support `DDL Transactions
216
210
<{+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.
226
212
227
213
.. _django-limitations-data:
228
214
@@ -248,15 +234,13 @@ General Availability Release Features
248
234
-------------------------------------
249
235
250
236
In this section, you can learn about the following
251
- types of {+framework+} and MongoDB features that
237
+ types of {+framework+} and MongoDB features that
252
238
GA and post-GA {+django-odm+} releases will likely introduce:
253
239
254
240
- :ref:`django-upcoming-mongodb`
255
241
- :ref:`django-upcoming-models`
256
242
- :ref:`django-upcoming-management`
257
243
- :ref:`django-upcoming-third-party`
258
- - :ref:`django-upcoming-variables`
259
- - :ref:`django-upcoming-async`
260
244
261
245
.. _django-upcoming-mongodb:
262
246
@@ -330,33 +314,14 @@ the GA release:
330
314
331
315
.. _django-upcoming-third-party:
332
316
333
- Third Party Features
334
- ~~~~~~~~~~~~~~~~~~~~
317
+ Third Party Libraries
318
+ ~~~~~~~~~~~~~~~~~~~~~
335
319
336
- We plan to support the following third-party features in
320
+ We plan to support the following third-party libraries in
337
321
the GA release:
338
322
339
323
- `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
340
324
- `Django Rest Framework <https://www.django-rest-framework.org/>`__
341
325
- `Django-allauth <https://docs.allauth.org/en/latest/>`__
342
326
- `Wagtail <https://wagtail.org/>`__
343
327
- `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