@@ -264,17 +264,21 @@ MongoDB Features
264
264
~~~~~~~~~~~~~~~~
265
265
266
266
We plan to support the following MongoDB features in
267
- upcoming releases :
267
+ the upcoming GA release :
268
268
269
269
- Creating Vector Search, Atlas Search, and geospatial indexes
270
270
- Performing Vector Search, Atlas Search, and geospatial queries
271
271
- Encrypting data by using Queryable Encryption and Client-side Field Level Encryption
272
272
- 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
+
275
278
- Using GridFS to store large files
276
279
- 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
278
282
279
283
.. tip::
280
284
@@ -300,15 +304,19 @@ Model Features
300
304
~~~~~~~~~~~~~~
301
305
302
306
We plan to support the following model features in
303
- upcoming releases :
307
+ the upcoming GA release :
304
308
305
309
- Creating arrays of embedded documents
306
310
- Creating polymorphic embedded documents and arrays
307
311
- Applying changes to the schema of embedded models to
308
312
``EmbeddedModelField`` values
309
313
- Creating multiple models within a collection
310
314
- 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
312
320
``None`` value filters listed in the :ref:`Field <django-limitations-models-fields>` limitations
313
321
section of this guide
314
322
- Using a custom ``Field`` class for the ``BSONRegExp`` data type
@@ -319,10 +327,14 @@ Django Management Command Features
319
327
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
320
328
321
329
We plan to support the following Django commands in
322
- upcoming releases :
330
+ the upcoming GA release :
323
331
324
332
- ``dumpdata``
325
333
- ``loaddata``
334
+
335
+ We plan to support the following commands in
336
+ future post-GA releases:
337
+
326
338
- ``inspectdb``
327
339
- ``optimizemigration``
328
340
@@ -332,7 +344,7 @@ Third Party Features
332
344
~~~~~~~~~~~~~~~~~~~~
333
345
334
346
We plan to support the following third-party features in
335
- upcoming releases :
347
+ the upcoming GA release :
336
348
337
349
- `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
338
350
- `Django Rest Framework <https://www.django-rest-framework.org/>`__
@@ -346,7 +358,7 @@ Database Variable Support
346
358
~~~~~~~~~~~~~~~~~~~~~~~~~
347
359
348
360
We 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:
350
362
351
363
- ``CONN_HEALTH_CHECKS``
352
364
- ``TIME_ZONE``
@@ -356,5 +368,5 @@ your database connection in upcoming releases:
356
368
Asynchronous Support
357
369
~~~~~~~~~~~~~~~~~~~~
358
370
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