Skip to content

Commit 33d7ca6

Browse files
committed
edits
1 parent 0d16938 commit 33d7ca6

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Django MongoDB Backend
1515
Connection Configuration </connect>
1616
Model Your Data </model-data>
1717
Interact with Data </interact-data>
18-
Django & MongoDB Feature Compatibility </feature-compatibility>
18+
Limitations & Upcoming Features </limitations-upcoming>
1919
Issues & Help </issues-and-help>
2020
Compatibility </compatibility>
2121
API Documentation <{+api+}>

source/feature-compatibility.txt renamed to source/limitations-upcoming.txt

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
.. _django-limitations:
2-
.. _django-feature-compat:
32

4-
========================================
5-
Django and MongoDB Feature Compatibility
6-
========================================
3+
=================================
4+
Limitations and Upcoming Features
5+
=================================
76

87
.. facet::
98
:name: genre
@@ -21,8 +20,8 @@ Django and MongoDB Feature Compatibility
2120
Overview
2221
--------
2322

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
2625
currently planned for the General Availability (GA) and post-GA
2726
releases. We will prioritize these upcoming features
2827
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>`.
3130
MongoDB Features
3231
----------------
3332

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.
3737

38-
Index Support
39-
~~~~~~~~~~~~~
38+
Index Limitations
39+
~~~~~~~~~~~~~~~~~
4040

4141
.. list-table::
4242
:header-rows: 1
@@ -62,8 +62,8 @@ Index Support
6262
- *Unsupported*
6363
- ✓
6464

65-
Field Type Support
66-
~~~~~~~~~~~~~~~~~~
65+
Field Type Limitations
66+
~~~~~~~~~~~~~~~~~~~~~~
6767

6868
.. list-table::
6969
:header-rows: 1
@@ -98,8 +98,8 @@ Field Type Support
9898
in the preceding table. To view a full list of supported fields, see the :ref:`django-models-mongodb-fields`
9999
section of the Create Models guide.
100100

101-
Query Support
102-
~~~~~~~~~~~~~
101+
Query Limitations
102+
~~~~~~~~~~~~~~~~~
103103

104104
.. list-table::
105105
:header-rows: 1
@@ -134,8 +134,8 @@ Query Support
134134
the :ref:`raw_aggregate() method <django-raw-queries-search>`.
135135
- ✓
136136

137-
Database and Collection Support
138-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137+
Database and Collection Limitations
138+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139139

140140
.. list-table::
141141
:header-rows: 1
@@ -149,7 +149,7 @@ Database and Collection Support
149149
- *Unsupported*.
150150
- ✓
151151

152-
* - Encryption: Client-side Field Level Encryption and Queryable Encryption
152+
* - Client-side Field Level Encryption and Queryable Encryption
153153
- *Unsupported*.
154154
- ✓
155155

@@ -179,12 +179,13 @@ Database and Collection Support
179179
Django Features
180180
---------------
181181

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.
185186

186-
Field Type Support
187-
~~~~~~~~~~~~~~~~~~
187+
Field Type Limitations
188+
~~~~~~~~~~~~~~~~~~~~~~
188189

189190
.. list-table::
190191
:header-rows: 1
@@ -260,8 +261,8 @@ Field Type Support
260261
the preceding table. To view a full list of supported fields, see the :ref:`django-models-django-fields`
261262
section of the Create Models guide.
262263

263-
Query Support
264-
~~~~~~~~~~~~~
264+
Query Limitations
265+
~~~~~~~~~~~~~~~~~
265266

266267
.. list-table::
267268
:header-rows: 1
@@ -301,8 +302,8 @@ Query Support
301302
queries that span multiple collections.
302303
- *Full Support Not Planned*.
303304

304-
Database Function Support
305-
~~~~~~~~~~~~~~~~~~~~~~~~~
305+
Database Function Limitations
306+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
306307

307308
.. list-table::
308309
:header-rows: 1
@@ -361,8 +362,8 @@ Database Function Support
361362
properly because MongoDB converts the result back to UTC.
362363
- *Full Support Not Planned*.
363364

364-
Management Command Support
365-
~~~~~~~~~~~~~~~~~~~~~~~~~~
365+
Management Command Limitations
366+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
366367

367368
.. list-table::
368369
:header-rows: 1
@@ -389,8 +390,8 @@ Management Command Support
389390
- *Unsupported*.
390391
- ✓
391392

392-
Migration Support
393-
~~~~~~~~~~~~~~~~~
393+
Migration Limitations
394+
~~~~~~~~~~~~~~~~~~~~~
394395

395396
.. list-table::
396397
:header-rows: 1
@@ -408,8 +409,8 @@ Migration Support
408409
- *Unsupported*.
409410
- *Unsupported*.
410411

411-
Third Party Library Support
412-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
412+
Third Party Library Limitations
413+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
413414

414415
.. list-table::
415416
:header-rows: 1

0 commit comments

Comments
 (0)