Skip to content

Commit 088c58c

Browse files
committed
feedback
1 parent 7f0e722 commit 088c58c

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

source/limitations-upcoming.txt

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -266,19 +266,20 @@ MongoDB Features
266266
We plan to support the following MongoDB features in
267267
the upcoming GA release:
268268

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
274276

275277
We plan to support the following MongoDB features in
276278
future post-GA releases:
277279

278280
- Using GridFS to store large files
279281
- Opening change streams to monitor your data
280282
- Specifying schema validation
281-
- Using specialized aggregation operators
282283

283284
.. tip::
284285

@@ -306,20 +307,17 @@ Model Features
306307
We plan to support the following model features in
307308
the upcoming GA release:
308309

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
312313
``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
315316

316317
We plan to support the following model features in
317318
future post-GA releases:
318319

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
323321

324322
.. _django-upcoming-management:
325323

@@ -332,12 +330,6 @@ the upcoming GA release:
332330
- ``dumpdata``
333331
- ``loaddata``
334332

335-
We plan to support the following commands in
336-
future post-GA releases:
337-
338-
- ``inspectdb``
339-
- ``optimizemigration``
340-
341333
.. _django-upcoming-third-party:
342334

343335
Third Party Features

0 commit comments

Comments
 (0)