@@ -251,36 +251,17 @@ types of {+framework+} and MongoDB features that
251251General Availability (GA) and post-GA {+django-odm+} releases
252252will likely introduce:
253253
254+ - :ref:`django-upcoming-mongodb`
254255- :ref:`django-upcoming-models`
255- - :ref:`django-upcoming-database`
256- - :ref:`django-upcoming-third-party`
257256- :ref:`django-upcoming-management`
257+ - :ref:`django-upcoming-third-party`
258258- :ref:`django-upcoming-variables`
259259- :ref:`django-upcoming-async`
260260
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:
281262
282- Database Features
283- ~~~~~~~~~~~~~~~~~
263+ MongodB Features
264+ ~~~~~~~~~~~~~~~~
284265
285266We plan to support the following database features in
286267upcoming releases:
@@ -312,19 +293,24 @@ upcoming releases:
312293 - :manual:`Change Streams </changeStreams/>` in the {+mdb-server+}
313294 manual
314295
315- .. _django-upcoming-third-party :
296+ .. _django-upcoming-models :
316297
317- Third Party Features
318- ~~~~~~~~~~~~~~~~~~~~
298+ Model Features
299+ ~~~~~~~~~~~~~~
319300
320- We plan to support the following third-party features in
301+ We plan to support the following model features in
321302upcoming releases:
322303
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
328314
329315.. _django-upcoming-management:
330316
@@ -339,6 +325,20 @@ upcoming releases:
339325- ``inspectdb``
340326- ``optimizemigration``
341327
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+
342342.. _django-upcoming-variables:
343343
344344Database Variable Support
0 commit comments