File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ Fields
6464
6565- ``EmbeddedModelField``
6666
67- - You cannot change embedded models after creation.
67+ - ``EmbeddedModel`` schema changes do not register after creation.
6868 - Embedded documents cannot take Django foreign keys.
6969 - {+django-odm+} does not support arbitrary or untyped embedded model
70- fields. You must derive all fields from a ``Model `` class.
70+ fields. You must derive all fields from a ``EmbeddedModel `` class.
7171
7272- ``JSONField``
7373
@@ -88,11 +88,6 @@ Fields
8888
8989 - The ``DurationField`` stores milliseconds rather than microseconds.
9090
91- The following field types are unavailable in {+django-odm+}:
92-
93- - ``GeneratedField``
94- - ``ImageField``
95-
9691- ``ForeignKey``
9792
9893 - When possible, you should use an ``EmbeddedModelField`` instead of a
@@ -106,6 +101,11 @@ The following field types are unavailable in {+django-odm+}:
106101 on a ``ForeignKey`` field is not as performant as using an
107102 ``EmbeddedModelField``.
108103
104+ The following field types are unavailable in {+django-odm+}:
105+
106+ - ``GeneratedField``
107+ - ``ImageField``
108+
109109Querying Limitations
110110--------------------
111111
@@ -124,7 +124,7 @@ Geospatial Queries
124124~~~~~~~~~~~~~~~~~~
125125
126126- {+django-odm+} does not support ``GeoDjango``.
127- - {+django-odm+} does not have any ``$ lookup`` operators for MongoDB-specific
127+ - {+django-odm+} does not have any Django lookup operators for MongoDB-specific
128128 geospatial queries.
129129
130130Aggregation operators
You can’t perform that action at this time.
0 commit comments