File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,13 @@ Django MongoDB Backend
11
11
12
12
.. toctree::
13
13
14
+ Interact with Data </interact-data>
14
15
Issues & Help </issues-and-help>
15
16
Compatibility </compatibility>
16
17
17
-
18
18
.. TODO:
19
19
Get Started </get-started>
20
20
Connection Configuration </connect>
21
- Interact with Data </interact-data>
22
21
Model Your Data </model-data>
23
22
Django Feature Limitations </feature-limitations>
24
23
API Documentation <{+api+}>
@@ -43,11 +42,11 @@ a Django database backend that uses PyMongo to connect to MongoDB.
43
42
.. Learn how to configure a connection to a MongoDB deployment
44
43
in the :ref:`django-connection-configuration` section.
45
44
46
- .. Interact with Data
47
- .. ------------------
45
+ Interact with Data
46
+ ------------------
48
47
49
- .. Learn how to use {+django-odm+} to perform operations on MongoDB data
50
- in the :ref:`django-interact-data` section.
48
+ Learn how to use {+django-odm+} to perform operations on MongoDB data
49
+ in the :ref:`django-interact-data` section.
51
50
52
51
.. Model Your Data
53
52
.. ---------------
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ in the following ways:
263
263
264
264
- :ref:`django-query-text-match`
265
265
- :ref:`django-query-comparison`
266
- - :ref:`django-query-span-relationships `
266
+ - :ref:`django-query-combine `
267
267
268
268
.. _django-query-text-match:
269
269
@@ -394,8 +394,6 @@ is less than or equal to ``50``:
394
394
<Movie: Report from the Aleutians>, <Movie: Saludos Amigos>,
395
395
'...(remaining elements truncated)...']>
396
396
397
-
398
-
399
397
.. _django-query-combine:
400
398
401
399
Combine Lookups
@@ -579,6 +577,7 @@ This section describes how to run queries on the
579
577
following field types:
580
578
581
579
- :ref:`EmbeddedModelField <django-query-embedded>`
580
+ - :ref:`ArrayField <django-query-arrayfield>`
582
581
- :ref:`JSONField <django-query-jsonfield>`
583
582
- :ref:`Primary Key <django-query-primary-key>`
584
583
You can’t perform that action at this time.
0 commit comments