1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.11.x] Updated name of topics/db/queries link on index.

Backport of 719b370b34 from master
This commit is contained in:
Tom
2017-07-11 08:15:13 -04:00
committed by Tim Graham
parent 346b46a274
commit b2ebc47a22

View File

@@ -87,7 +87,7 @@ manipulating the data of your Web application. Learn more about it below:
:doc:`Model class <ref/models/class>`
* **QuerySets:**
:doc:`Executing queries <topics/db/queries>` |
:doc:`Making queries <topics/db/queries>` |
:doc:`QuerySet method reference <ref/models/querysets>` |
:doc:`Lookup expressions <ref/models/lookups>`