Skip to content

Commit de3902f

Browse files
more feedback
1 parent f5dc1d5 commit de3902f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/limitations.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Indexes
5757

5858
To learn how to run unsupported database operations by operating directly on
5959
your ``MongoClient`` instance, see :ref:`django-client-operations` in the
60-
Perform Raw Database Queries.
60+
Perform Raw Database Queries guide.
6161

6262
Fields
6363
~~~~~~
@@ -111,7 +111,9 @@ Fields
111111
The following field types are unavailable in {+django-odm+}:
112112

113113
- ``GeneratedField``
114-
- ``ImageField``
114+
- ``AutoField``
115+
- ``BigAutoField``
116+
- ``SmallAutoField``
115117

116118
Querying Limitations
117119
--------------------
@@ -204,6 +206,6 @@ Performance
204206
The engineering team is prioritizing feature development for the Public Preview
205207
release of {+django-odm+}. Because of this, you might notice performance
206208
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>`
208210
guide. You can also share your feedback on the `Drivers Feedback Forum
209211
<https://feedback.mongodb.com/forums/924286-drivers?category_id=370732>`__.

0 commit comments

Comments
 (0)