Skip to content

Commit ff06bae

Browse files
Shubham feedback
1 parent 4734d96 commit ff06bae

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

source/limitations.txt

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Overview
2323
On this page, you can find a list of features that
2424
{+django-odm+} does not support. Because {+django-odm+} is in active
2525
development, some features listed on this page might be considered for future
26-
releases based on customer demand.
26+
releases based on user demand. You can request support for a feature by leaving
27+
a suggestion on the `Drivers Feedback Forum
28+
<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
2729

2830
Unsupported Database Variables
2931
------------------------------
@@ -38,9 +40,10 @@ The following database variables are not supported by {+django-odm+}:
3840
Model Limitations
3941
-----------------
4042

41-
The following model limitations apply to {+django-odm+}:
43+
The following limitations apply to models in {+django-odm+}:
4244

43-
- {+django-odm+} does not support multiple models within a collection.
45+
- {+django-odm+} enforces a one-to-one mapping between a Django model and a
46+
MongoDB collection. Because of this, multiple models cannot share the same collection.
4447

4548
Indexes
4649
~~~~~~~
@@ -52,6 +55,9 @@ Indexes
5255
- Creating geospatial indexes through the Django Indexes API
5356
- Updating indexes in ``EmbeddedModelFields`` after model creation
5457

58+
To learn how to run unsupported database operations by operating directly on
59+
your ``MongoClient`` instance, see the :ref:`<django-client-operations>` guide.
60+
5561
Fields
5662
~~~~~~
5763

@@ -193,5 +199,9 @@ data type. Instead, use the ``CharField`` class.
193199
Performance
194200
-----------
195201

196-
The engineering team is prioritizing performance improvements prior to the
197-
General Availability release of {+django-odm+}.
202+
The engineering team is prioritizing feature development for the Public Preview
203+
release of {+django-odm+}. Because of this, you might notice performance
204+
limitations with certain workloads. If you encounter any performance issues,
205+
please report it as shown in the :ref:`Issues & Help <django-issues-and-help>`
206+
guide. You can also share your feedback on the `Drivers Feedback Forum
207+
<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.

0 commit comments

Comments
 (0)