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
64
64
65
65
- ``EmbeddedModelField``
66
66
67
- - You cannot change embedded models after creation.
67
+ - ``EmbeddedModel`` schema changes do not register after creation.
68
68
- Embedded documents cannot take Django foreign keys.
69
69
- {+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.
71
71
72
72
- ``JSONField``
73
73
@@ -88,11 +88,6 @@ Fields
88
88
89
89
- The ``DurationField`` stores milliseconds rather than microseconds.
90
90
91
- The following field types are unavailable in {+django-odm+}:
92
-
93
- - ``GeneratedField``
94
- - ``ImageField``
95
-
96
91
- ``ForeignKey``
97
92
98
93
- When possible, you should use an ``EmbeddedModelField`` instead of a
@@ -106,6 +101,11 @@ The following field types are unavailable in {+django-odm+}:
106
101
on a ``ForeignKey`` field is not as performant as using an
107
102
``EmbeddedModelField``.
108
103
104
+ The following field types are unavailable in {+django-odm+}:
105
+
106
+ - ``GeneratedField``
107
+ - ``ImageField``
108
+
109
109
Querying Limitations
110
110
--------------------
111
111
@@ -124,7 +124,7 @@ Geospatial Queries
124
124
~~~~~~~~~~~~~~~~~~
125
125
126
126
- {+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
128
128
geospatial queries.
129
129
130
130
Aggregation operators
You can’t perform that action at this time.
0 commit comments