summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 621f530920..959b655cd4 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -66,7 +66,8 @@ manipulating the data of your Web application. Learn more about it below:
* **QuerySets:**
:doc:`Executing queries <topics/db/queries>` |
:doc:`QuerySet method reference <ref/models/querysets>` |
- :doc:`Query-related classes <ref/models/queries>`
+ :doc:`Query-related classes <ref/models/queries>` |
+ :doc:`Lookup expressions <ref/models/lookups>`
* **Model instances:**
:doc:`Instance methods <ref/models/instances>` |
@@ -84,7 +85,7 @@ manipulating the data of your Web application. Learn more about it below:
:doc:`Aggregation <topics/db/aggregation>` |
:doc:`Custom fields <howto/custom-model-fields>` |
:doc:`Multiple databases <topics/db/multi-db>` |
- :doc:`Custom lookups <ref/models/custom-lookups>`
+ :doc:`Custom lookups <howto/custom-lookups>`
* **Other:**
:doc:`Supported databases <ref/databases>` |