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
5757
5858To learn how to run unsupported database operations by operating directly on
5959your ``MongoClient`` instance, see :ref:`django-client-operations` in the
60- Perform Raw Database Queries.
60+ Perform Raw Database Queries guide .
6161
6262Fields
6363~~~~~~
@@ -111,7 +111,9 @@ Fields
111111The following field types are unavailable in {+django-odm+}:
112112
113113- ``GeneratedField``
114- - ``ImageField``
114+ - ``AutoField``
115+ - ``BigAutoField``
116+ - ``SmallAutoField``
115117
116118Querying Limitations
117119--------------------
@@ -204,6 +206,6 @@ Performance
204206The engineering team is prioritizing feature development for the Public Preview
205207release of {+django-odm+}. Because of this, you might notice performance
206208limitations 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>`
208210guide. You can also share your feedback on the `Drivers Feedback Forum
209211<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.
You can’t perform that action at this time.
0 commit comments