@@ -25,8 +25,7 @@ On this page, you can find a list of features that
2525currently planned for the General Availability (GA) and post-GA
2626releases. We will prioritize these upcoming features
2727based 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>`.
3029
3130Feature Limitations
3231-------------------
@@ -121,7 +120,7 @@ Fields
121120 ``$lookup`` operations, see the :atlas:`Reduce $lookup Operations
122121 </schema-suggestions/reduce-lookup-operations/>` guide in the Atlas
123122 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>`__
125124 on a ``ForeignKey`` field is not as performant as using an
126125 ``EmbeddedModelField``.
127126
@@ -238,14 +237,13 @@ The engineering team is prioritizing feature development for the Public Preview
238237release of {+django-odm+}. Because of this, you might notice performance
239238limitations with certain workloads. If you encounter any performance issues,
240239please 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.
243241
244242General Availability Release Features
245243-------------------------------------
246244
247245In this section, you can learn about the following
248- types of {+framework+} and MongoDB features that
246+ types of {+framework+} and MongoDB features that
249247GA and post-GA {+django-odm+} releases will likely introduce:
250248
251249- :ref:`django-upcoming-mongodb`
@@ -356,4 +354,4 @@ Asynchronous Support
356354~~~~~~~~~~~~~~~~~~~~
357355
358356We plan to offer asynchronous support for {+django-odm+} in
359- future post-GA releases.
357+ future post-GA releases.
0 commit comments