1
1
.. _django-limitations:
2
- .. _django-feature-compat:
3
2
4
- ========================================
5
- Django and MongoDB Feature Compatibility
6
- ========================================
3
+ =================================
4
+ Limitations and Upcoming Features
5
+ =================================
7
6
8
7
.. facet::
9
8
:name: genre
@@ -21,8 +20,8 @@ Django and MongoDB Feature Compatibility
21
20
Overview
22
21
--------
23
22
24
- On this page, you can find information about supported and unsupported
25
- features in {+django-odm+}. You can also find features
23
+ On this page, you can find information about the feature support
24
+ limitations of {+django-odm+}. You can also find features
26
25
currently planned for the General Availability (GA) and post-GA
27
26
releases. We will prioritize these upcoming features
28
27
based on user demand, and you can request support
@@ -31,12 +30,13 @@ for a feature by :ref:`creating a JIRA issue <django-issues-and-help>`.
31
30
MongoDB Features
32
31
----------------
33
32
34
- This section indicates whether the {+django-odm+} supports various
35
- MongoDB features and which features we plan to support in
36
- the GA release.
33
+ This section describes MongoDB features that are unsupported or
34
+ partially supported in the the Public Preview release of {+django-odm+}.
35
+ Each table indicates whether we plan to support these features
36
+ in the GA release.
37
37
38
- Index Support
39
- ~~~~~~~~~~~~~
38
+ Index Limitations
39
+ ~~~~~~~~~~~~~~~~~
40
40
41
41
.. list-table::
42
42
:header-rows: 1
@@ -62,8 +62,8 @@ Index Support
62
62
- *Unsupported*
63
63
- ✓
64
64
65
- Field Type Support
66
- ~~~~~~~~~~~~~~~~~~
65
+ Field Type Limitations
66
+ ~~~~~~~~~~~~~~~~~~~~~~
67
67
68
68
.. list-table::
69
69
:header-rows: 1
@@ -98,8 +98,8 @@ Field Type Support
98
98
in the preceding table. To view a full list of supported fields, see the :ref:`django-models-mongodb-fields`
99
99
section of the Create Models guide.
100
100
101
- Query Support
102
- ~~~~~~~~~~~~~
101
+ Query Limitations
102
+ ~~~~~~~~~~~~~~~~~
103
103
104
104
.. list-table::
105
105
:header-rows: 1
@@ -134,8 +134,8 @@ Query Support
134
134
the :ref:`raw_aggregate() method <django-raw-queries-search>`.
135
135
- ✓
136
136
137
- Database and Collection Support
138
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137
+ Database and Collection Limitations
138
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139
139
140
140
.. list-table::
141
141
:header-rows: 1
@@ -149,7 +149,7 @@ Database and Collection Support
149
149
- *Unsupported*.
150
150
- ✓
151
151
152
- * - Encryption: Client-side Field Level Encryption and Queryable Encryption
152
+ * - Client-side Field Level Encryption and Queryable Encryption
153
153
- *Unsupported*.
154
154
- ✓
155
155
@@ -179,12 +179,13 @@ Database and Collection Support
179
179
Django Features
180
180
---------------
181
181
182
- This section indicates whether the {+django-odm+} supports various
183
- {+framework+} features and which features we plan to support in
184
- the GA release.
182
+ This section describes {+framework+} features that are unsupported or
183
+ partially supported in the the Public Preview release of {+django-odm+}.
184
+ Each table indicates whether we plan to support these features
185
+ in the GA release.
185
186
186
- Field Type Support
187
- ~~~~~~~~~~~~~~~~~~
187
+ Field Type Limitations
188
+ ~~~~~~~~~~~~~~~~~~~~~~
188
189
189
190
.. list-table::
190
191
:header-rows: 1
@@ -260,8 +261,8 @@ Field Type Support
260
261
the preceding table. To view a full list of supported fields, see the :ref:`django-models-django-fields`
261
262
section of the Create Models guide.
262
263
263
- Query Support
264
- ~~~~~~~~~~~~~
264
+ Query Limitations
265
+ ~~~~~~~~~~~~~~~~~
265
266
266
267
.. list-table::
267
268
:header-rows: 1
@@ -301,8 +302,8 @@ Query Support
301
302
queries that span multiple collections.
302
303
- *Full Support Not Planned*.
303
304
304
- Database Function Support
305
- ~~~~~~~~~~~~~~~~~~~~~~~~~
305
+ Database Function Limitations
306
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
306
307
307
308
.. list-table::
308
309
:header-rows: 1
@@ -361,8 +362,8 @@ Database Function Support
361
362
properly because MongoDB converts the result back to UTC.
362
363
- *Full Support Not Planned*.
363
364
364
- Management Command Support
365
- ~~~~~~~~~~~~~~~~~~~~~~~~~~
365
+ Management Command Limitations
366
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
366
367
367
368
.. list-table::
368
369
:header-rows: 1
@@ -389,8 +390,8 @@ Management Command Support
389
390
- *Unsupported*.
390
391
- ✓
391
392
392
- Migration Support
393
- ~~~~~~~~~~~~~~~~~
393
+ Migration Limitations
394
+ ~~~~~~~~~~~~~~~~~~~~~
394
395
395
396
.. list-table::
396
397
:header-rows: 1
@@ -408,8 +409,8 @@ Migration Support
408
409
- *Unsupported*.
409
410
- *Unsupported*.
410
411
411
- Third Party Library Support
412
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
412
+ Third Party Library Limitations
413
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
413
414
414
415
.. list-table::
415
416
:header-rows: 1
0 commit comments