Skip to content

Remove links to Drivers Feedback Forum #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions source/limitations-upcoming.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ On this page, you can find a list of features that
currently planned for the General Availability (GA) and post-GA
releases. We will prioritize these upcoming features
based on user demand, and you can request support
for a feature by leaving a suggestion on the `Drivers Feedback Forum
<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
for a feature by :ref:`creating a JIRA issue <django-issues-and-help>`.

Feature Limitations
-------------------
Expand Down Expand Up @@ -121,7 +120,7 @@ Fields
``$lookup`` operations, see the :atlas:`Reduce $lookup Operations
</schema-suggestions/reduce-lookup-operations/>` guide in the Atlas
documentation.
- Performance of `CASCADE deletes <{+django-docs+}/ref/models/fields/#django.db.models.CASCADE>`__
- Performance of `CASCADE deletes <{+django-docs+}/ref/models/fields/#django.db.models.CASCADE>`__
on a ``ForeignKey`` field is not as performant as using an
``EmbeddedModelField``.

Expand Down Expand Up @@ -238,14 +237,13 @@ The engineering team is prioritizing feature development for the Public Preview
release of {+django-odm+}. Because of this, you might notice performance
limitations with certain workloads. If you encounter any performance issues,
please report them as shown in the :ref:`Issues & Help <django-issues-and-help>`
guide. You can also share your feedback on the `Drivers Feedback Forum
<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
guide.

General Availability Release Features
-------------------------------------

In this section, you can learn about the following
types of {+framework+} and MongoDB features that
types of {+framework+} and MongoDB features that
GA and post-GA {+django-odm+} releases will likely introduce:

- :ref:`django-upcoming-mongodb`
Expand Down Expand Up @@ -356,4 +354,4 @@ Asynchronous Support
~~~~~~~~~~~~~~~~~~~~

We plan to offer asynchronous support for {+django-odm+} in
future post-GA releases.
future post-GA releases.
Loading