File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Indexes
57
57
58
58
To learn how to run unsupported database operations by operating directly on
59
59
your ``MongoClient`` instance, see :ref:`django-client-operations` in the
60
- Perform Raw Database Queries.
60
+ Perform Raw Database Queries guide .
61
61
62
62
Fields
63
63
~~~~~~
@@ -111,7 +111,9 @@ Fields
111
111
The following field types are unavailable in {+django-odm+}:
112
112
113
113
- ``GeneratedField``
114
- - ``ImageField``
114
+ - ``AutoField``
115
+ - ``BigAutoField``
116
+ - ``SmallAutoField``
115
117
116
118
Querying Limitations
117
119
--------------------
@@ -204,6 +206,6 @@ Performance
204
206
The engineering team is prioritizing feature development for the Public Preview
205
207
release of {+django-odm+}. Because of this, you might notice performance
206
208
limitations with certain workloads. If you encounter any performance issues,
207
- please report it as shown in the :ref:`Issues & Help <django-issues-and-help>`
209
+ please report them as shown in the :ref:`Issues & Help <django-issues-and-help>`
208
210
guide. You can also share your feedback on the `Drivers Feedback Forum
209
211
<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
You can’t perform that action at this time.
0 commit comments