@@ -25,8 +25,7 @@ On this page, you can find a list of features that
25
25
currently planned for the General Availability (GA) and post-GA
26
26
releases. We will prioritize these upcoming features
27
27
based on user demand, and you can request support
28
- for a feature by leaving a suggestion on the `Drivers Feedback Forum
29
- <https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
28
+ for a feature by :ref:`creating a JIRA issue <django-issues-and-help>`.
30
29
31
30
Feature Limitations
32
31
-------------------
@@ -121,7 +120,7 @@ Fields
121
120
``$lookup`` operations, see the :atlas:`Reduce $lookup Operations
122
121
</schema-suggestions/reduce-lookup-operations/>` guide in the Atlas
123
122
documentation.
124
- - Performance of `CASCADE deletes <{+django-docs+}/ref/models/fields/#django.db.models.CASCADE>`__
123
+ - Performance of `CASCADE deletes <{+django-docs+}/ref/models/fields/#django.db.models.CASCADE>`__
125
124
on a ``ForeignKey`` field is not as performant as using an
126
125
``EmbeddedModelField``.
127
126
@@ -238,14 +237,13 @@ The engineering team is prioritizing feature development for the Public Preview
238
237
release of {+django-odm+}. Because of this, you might notice performance
239
238
limitations with certain workloads. If you encounter any performance issues,
240
239
please report them as shown in the :ref:`Issues & Help <django-issues-and-help>`
241
- guide. You can also share your feedback on the `Drivers Feedback Forum
242
- <https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
240
+ guide.
243
241
244
242
General Availability Release Features
245
243
-------------------------------------
246
244
247
245
In this section, you can learn about the following
248
- types of {+framework+} and MongoDB features that
246
+ types of {+framework+} and MongoDB features that
249
247
GA and post-GA {+django-odm+} releases will likely introduce:
250
248
251
249
- :ref:`django-upcoming-mongodb`
@@ -356,4 +354,4 @@ Asynchronous Support
356
354
~~~~~~~~~~~~~~~~~~~~
357
355
358
356
We plan to offer asynchronous support for {+django-odm+} in
359
- future post-GA releases.
357
+ future post-GA releases.
0 commit comments