@@ -251,36 +251,17 @@ types of {+framework+} and MongoDB features that
251
251
General Availability (GA) and post-GA {+django-odm+} releases
252
252
will likely introduce:
253
253
254
+ - :ref:`django-upcoming-mongodb`
254
255
- :ref:`django-upcoming-models`
255
- - :ref:`django-upcoming-database`
256
- - :ref:`django-upcoming-third-party`
257
256
- :ref:`django-upcoming-management`
257
+ - :ref:`django-upcoming-third-party`
258
258
- :ref:`django-upcoming-variables`
259
259
- :ref:`django-upcoming-async`
260
260
261
- .. _django-upcoming-models:
262
-
263
- Model Features
264
- ~~~~~~~~~~~~~~
265
-
266
- We plan to support the following model features in
267
- upcoming releases:
268
-
269
- - Creating arrays of embedded documents
270
- - Creating polymorphic embedded documents and arrays
271
- - Applying changes to the schema of embedded models to
272
- ``EmbeddedModelField`` values
273
- - Creating multiple models within a collection
274
- - Using forms in embedded models
275
- - Resolve the ``JSONField`` limitations on ``Q`` object queries and
276
- ``None`` value filters listed in the :ref:`Field <django-limitations-models-fields>` limitations
277
- section of this guide
278
- - Using a custom ``Field`` class for the ``BSONRegExp`` data type
279
-
280
- .. _django-upcoming-database:
261
+ .. _django-upcoming-mongodb:
281
262
282
- Database Features
283
- ~~~~~~~~~~~~~~~~~
263
+ MongodB Features
264
+ ~~~~~~~~~~~~~~~~
284
265
285
266
We plan to support the following database features in
286
267
upcoming releases:
@@ -312,19 +293,24 @@ upcoming releases:
312
293
- :manual:`Change Streams </changeStreams/>` in the {+mdb-server+}
313
294
manual
314
295
315
- .. _django-upcoming-third-party :
296
+ .. _django-upcoming-models :
316
297
317
- Third Party Features
318
- ~~~~~~~~~~~~~~~~~~~~
298
+ Model Features
299
+ ~~~~~~~~~~~~~~
319
300
320
- We plan to support the following third-party features in
301
+ We plan to support the following model features in
321
302
upcoming releases:
322
303
323
- - `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
324
- - `Django Rest Framework <https://www.django-rest-framework.org/>`__
325
- - `Django-allauth <https://docs.allauth.org/en/latest/>`__
326
- - `Wagtail <https://wagtail.org/>`__
327
- - `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/en/latest/>`__
304
+ - Creating arrays of embedded documents
305
+ - Creating polymorphic embedded documents and arrays
306
+ - Applying changes to the schema of embedded models to
307
+ ``EmbeddedModelField`` values
308
+ - Creating multiple models within a collection
309
+ - Using forms in embedded models
310
+ - Resolve the ``JSONField`` limitations on ``Q`` object queries and
311
+ ``None`` value filters listed in the :ref:`Field <django-limitations-models-fields>` limitations
312
+ section of this guide
313
+ - Using a custom ``Field`` class for the ``BSONRegExp`` data type
328
314
329
315
.. _django-upcoming-management:
330
316
@@ -339,6 +325,20 @@ upcoming releases:
339
325
- ``inspectdb``
340
326
- ``optimizemigration``
341
327
328
+ .. _django-upcoming-third-party:
329
+
330
+ Third Party Features
331
+ ~~~~~~~~~~~~~~~~~~~~
332
+
333
+ We plan to support the following third-party features in
334
+ upcoming releases:
335
+
336
+ - `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
337
+ - `Django Rest Framework <https://www.django-rest-framework.org/>`__
338
+ - `Django-allauth <https://docs.allauth.org/en/latest/>`__
339
+ - `Wagtail <https://wagtail.org/>`__
340
+ - `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/en/latest/>`__
341
+
342
342
.. _django-upcoming-variables:
343
343
344
344
Database Variable Support
0 commit comments