@@ -21,8 +21,9 @@ Overview
21
21
--------
22
22
23
23
On this page, you can find a list of features that
24
- {+django-odm+} does not support and features currently planned for
25
- future releases. We will prioritize these upcoming features
24
+ {+django-odm+} does not support. You can also find features
25
+ currently planned for the General Availability (GA) and post-GA
26
+ releases. We will prioritize these upcoming features
26
27
based on user demand, and you can request support
27
28
for a feature by leaving a suggestion on the `Drivers Feedback Forum
28
29
<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
@@ -243,13 +244,12 @@ please report them as shown in the :ref:`Issues & Help <django-issues-and-help>`
243
244
guide. You can also share your feedback on the `Drivers Feedback Forum
244
245
<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
245
246
246
- Upcoming Features
247
- -----------------
247
+ General Availability Release Features
248
+ -------------------------------------
248
249
249
250
In this section, you can learn about the following
250
251
types of {+framework+} and MongoDB features that
251
- General Availability (GA) and post-GA {+django-odm+} releases
252
- will likely introduce:
252
+ GA and post-GA {+django-odm+} releases will likely introduce:
253
253
254
254
- :ref:`django-upcoming-mongodb`
255
255
- :ref:`django-upcoming-models`
@@ -264,7 +264,7 @@ MongoDB Features
264
264
~~~~~~~~~~~~~~~~
265
265
266
266
We plan to support the following MongoDB features in
267
- the upcoming GA release:
267
+ the GA release:
268
268
269
269
- Programmatic management of Vector Search, Atlas Search,
270
270
and geospatial indexes by using the Django API
@@ -305,7 +305,7 @@ Model Features
305
305
~~~~~~~~~~~~~~
306
306
307
307
We plan to support the following model features in
308
- the upcoming GA release:
308
+ the GA release:
309
309
310
310
- Arrays of embedded documents
311
311
- Polymorphic embedded documents and arrays
@@ -325,7 +325,7 @@ Django Management Command Features
325
325
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
326
326
327
327
We plan to support the following Django commands in
328
- the upcoming GA release:
328
+ the GA release:
329
329
330
330
- ``dumpdata``
331
331
- ``loaddata``
@@ -336,7 +336,7 @@ Third Party Features
336
336
~~~~~~~~~~~~~~~~~~~~
337
337
338
338
We plan to support the following third-party features in
339
- the upcoming GA release:
339
+ the GA release:
340
340
341
341
- `Django-filter <https://django-filter.readthedocs.io/en/stable/>`__
342
342
- `Django Rest Framework <https://www.django-rest-framework.org/>`__
0 commit comments