@@ -264,17 +264,21 @@ MongoDB Features
264264~~~~~~~~~~~~~~~~
265265
266266We plan to support the following MongoDB features in
267- upcoming releases :
267+ the upcoming GA release :
268268
269269- Creating Vector Search, Atlas Search, and geospatial indexes
270270- Performing Vector Search, Atlas Search, and geospatial queries
271271- Encrypting data by using Queryable Encryption and Client-side Field Level Encryption
272272- Running database transactions
273- - Using specialized aggregation operators
274- - Specifying schema validation
273+ - Storing Django's cached data in the database
274+
275+ We plan to support the following MongoDB features in
276+ future post-GA releases:
277+
275278- Using GridFS to store large files
276279- Opening change streams to monitor your data
277- - Storing Django's cached data in the database
280+ - Specifying schema validation
281+ - Using specialized aggregation operators
278282
279283.. tip::
280284
@@ -300,15 +304,19 @@ Model Features
300304~~~~~~~~~~~~~~
301305
302306We plan to support the following model features in
303- upcoming releases :
307+ the upcoming GA release :
304308
305309- Creating arrays of embedded documents
306310- Creating polymorphic embedded documents and arrays
307311- Applying changes to the schema of embedded models to
308312 ``EmbeddedModelField`` values
309313- Creating multiple models within a collection
310314- Using forms in embedded models
311- - Resolve the ``JSONField`` limitations on ``Q`` object queries and
315+
316+ We plan to support the following model features in
317+ future post-GA releases:
318+
319+ - Interacting with ``JSONField`` values without the limitations on ``Q`` object queries and
312320 ``None`` value filters listed in the :ref:`Field <django-limitations-models-fields>` limitations
313321 section of this guide
314322- Using a custom ``Field`` class for the ``BSONRegExp`` data type
@@ -319,10 +327,14 @@ Django Management Command Features
319327~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
320328
321329We plan to support the following Django commands in
322- upcoming releases :
330+ the upcoming GA release :
323331
324332- ``dumpdata``
325333- ``loaddata``
334+
335+ We plan to support the following commands in
336+ future post-GA releases:
337+
326338- ``inspectdb``
327339- ``optimizemigration``
328340
@@ -332,7 +344,7 @@ Third Party Features
332344~~~~~~~~~~~~~~~~~~~~
333345
334346We plan to support the following third-party features in
335- upcoming releases :
347+ the upcoming GA release :
336348
337349- `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
338350- `Django Rest Framework <https://www.django-rest-framework.org/>`__
@@ -346,7 +358,7 @@ Database Variable Support
346358~~~~~~~~~~~~~~~~~~~~~~~~~
347359
348360We plan to support the following Django variables for configuring
349- your database connection in upcoming releases:
361+ your database connection in future post-GA releases:
350362
351363- ``CONN_HEALTH_CHECKS``
352364- ``TIME_ZONE``
@@ -356,5 +368,5 @@ your database connection in upcoming releases:
356368Asynchronous Support
357369~~~~~~~~~~~~~~~~~~~~
358370
359- We plan to offer asynchronous support for {+django-odm+} in future
360- releases.
371+ We plan to offer asynchronous support for {+django-odm+} in
372+ future post-GA releases.
0 commit comments