@@ -23,7 +23,9 @@ Overview
23
23
On this page, you can find a list of features that
24
24
{+django-odm+} does not support. Because {+django-odm+} is in active
25
25
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>`__.
27
29
28
30
Unsupported Database Variables
29
31
------------------------------
@@ -38,9 +40,10 @@ The following database variables are not supported by {+django-odm+}:
38
40
Model Limitations
39
41
-----------------
40
42
41
- The following model limitations apply to {+django-odm+}:
43
+ The following limitations apply to models in {+django-odm+}:
42
44
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.
44
47
45
48
Indexes
46
49
~~~~~~~
@@ -52,6 +55,9 @@ Indexes
52
55
- Creating geospatial indexes through the Django Indexes API
53
56
- Updating indexes in ``EmbeddedModelFields`` after model creation
54
57
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
+
55
61
Fields
56
62
~~~~~~
57
63
@@ -193,5 +199,9 @@ data type. Instead, use the ``CharField`` class.
193
199
Performance
194
200
-----------
195
201
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