1
0
mirror of https://github.com/django/django.git synced 2025-04-16 13:24:38 +00:00

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

Backport of 719b370b34ee0b9b4c115da1ce73d1748cd48dd7 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>`