summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorJorge C. Leitão <jorgecarleitao@gmail.com>2014-06-11 17:09:10 +0200
committerTim Graham <timograham@gmail.com>2014-07-08 20:13:24 -0400
commite548328851ee1e0d030ad3625c5e8a5315a12ed4 (patch)
tree555c50758f28ae823cfce2acd06efb2e6d418758 /docs/index.txt
parent4368457a27b010d13bac54a2dac57203768ffd15 (diff)
[1.7.x] Fixed #22812 -- Refactored lookup API documentation.
Thanks Anssi and Tim for reviews. Backport of 8780849da0 from master
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>` |