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
1111
1212.. toctree::
1313
14+ Interact with Data </interact-data>
1415 Issues & Help </issues-and-help>
1516 Compatibility </compatibility>
1617
17-
1818.. TODO:
1919 Get Started </get-started>
2020 Connection Configuration </connect>
21- Interact with Data </interact-data>
2221 Model Your Data </model-data>
2322 Django Feature Limitations </feature-limitations>
2423 API Documentation <{+api+}>
@@ -43,11 +42,11 @@ a Django database backend that uses PyMongo to connect to MongoDB.
4342.. Learn how to configure a connection to a MongoDB deployment
4443 in the :ref:`django-connection-configuration` section.
4544
46- .. Interact with Data
47- .. ------------------
45+ Interact with Data
46+ ------------------
4847
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.
5150
5251.. Model Your Data
5352.. ---------------
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ in the following ways:
263263
264264- :ref:`django-query-text-match`
265265- :ref:`django-query-comparison`
266- - :ref:`django-query-span-relationships `
266+ - :ref:`django-query-combine `
267267
268268.. _django-query-text-match:
269269
@@ -394,8 +394,6 @@ is less than or equal to ``50``:
394394 <Movie: Report from the Aleutians>, <Movie: Saludos Amigos>,
395395 '...(remaining elements truncated)...']>
396396
397-
398-
399397.. _django-query-combine:
400398
401399Combine Lookups
@@ -579,6 +577,7 @@ This section describes how to run queries on the
579577following field types:
580578
581579- :ref:`EmbeddedModelField <django-query-embedded>`
580+ - :ref:`ArrayField <django-query-arrayfield>`
582581- :ref:`JSONField <django-query-jsonfield>`
583582- :ref:`Primary Key <django-query-primary-key>`
584583
You can’t perform that action at this time.
0 commit comments