@@ -266,19 +266,20 @@ MongoDB Features
266
266
We plan to support the following MongoDB features in
267
267
the upcoming GA release:
268
268
269
- - Creating Vector Search, Atlas Search, and geospatial indexes
270
- - Performing Vector Search, Atlas Search, and geospatial queries
271
- - Encrypting data by using Queryable Encryption and Client-side Field Level Encryption
272
- - Running database transactions
273
- - Storing Django's cached data in the database
269
+ - Programmatic management of Vector Search, Atlas Search,
270
+ and geospatial indexes by using the Django API
271
+ - Vector Search, Atlas Search, and geospatial queries
272
+ by using the Django API
273
+ - Queryable Encryption and Client-side Field Level Encryption
274
+ - Database transactions
275
+ - Storage of cached data in the database
274
276
275
277
We plan to support the following MongoDB features in
276
278
future post-GA releases:
277
279
278
280
- Using GridFS to store large files
279
281
- Opening change streams to monitor your data
280
282
- Specifying schema validation
281
- - Using specialized aggregation operators
282
283
283
284
.. tip::
284
285
@@ -306,20 +307,17 @@ Model Features
306
307
We plan to support the following model features in
307
308
the upcoming GA release:
308
309
309
- - Creating arrays of embedded documents
310
- - Creating polymorphic embedded documents and arrays
311
- - Applying changes to the schema of embedded models to
310
+ - Arrays of embedded documents
311
+ - Polymorphic embedded documents and arrays
312
+ - Application of changes to the embedded model schema to
312
313
``EmbeddedModelField`` values
313
- - Creating multiple models within a collection
314
- - Improving form representation in embedded models
314
+ - Multiple models within a collection
315
+ - Improved form representation in embedded models
315
316
316
317
We plan to support the following model features in
317
318
future post-GA releases:
318
319
319
- - Interacting with ``JSONField`` values without the limitations on ``Q`` object queries and
320
- ``None`` value filters listed in the :ref:`Field <django-limitations-models-fields>` limitations
321
- section of this guide
322
- - Using a custom ``Field`` class for the ``BSONRegExp`` data type
320
+ - Custom ``Field`` class for the ``BSONRegExp`` data type
323
321
324
322
.. _django-upcoming-management:
325
323
@@ -332,12 +330,6 @@ the upcoming GA release:
332
330
- ``dumpdata``
333
331
- ``loaddata``
334
332
335
- We plan to support the following commands in
336
- future post-GA releases:
337
-
338
- - ``inspectdb``
339
- - ``optimizemigration``
340
-
341
333
.. _django-upcoming-third-party:
342
334
343
335
Third Party Features
0 commit comments