summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorNg Zhi An <ngzhian@gmail.com>2015-01-11 20:02:33 +0000
committerTim Graham <timograham@gmail.com>2015-01-12 11:35:20 -0500
commit8f5d6c77b6bbe0390b683cea649de6ad24d80fef (patch)
treea752715b34f2a74d02cd67ec66dfb5b9679cb417 /docs/index.txt
parent58833f519797e15ae3cb39b1613e5f7e09c96952 (diff)
downloaddjango-8f5d6c77b6bbe0390b683cea649de6ad24d80fef.tar.gz
Fixed #23878 -- Moved Query and Prefetch documentation
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index f390d06dd2..5204f00085 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -67,7 +67,6 @@ 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:`Lookup expressions <ref/models/lookups>`
* **Model instances:**