diff options
author | Tom <tom@tomleo.com> | 2017-07-11 08:15:13 -0400 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2017-07-11 08:15:40 -0400 |
commit | b2ebc47a22412ca8091c341b0435abc5fcc5b76e (patch) | |
tree | 5ec0460472e166dd918fe7a8901df55337c17368 /docs/index.txt | |
parent | 346b46a274aa8f945aec7d63ea962b41c2c32e40 (diff) | |
download | django-b2ebc47a22412ca8091c341b0435abc5fcc5b76e.tar.gz |
[1.11.x] Updated name of topics/db/queries link on index.
Backport of 719b370b34ee0b9b4c115da1ce73d1748cd48dd7 from master
Diffstat (limited to 'docs/index.txt')
-rw-r--r-- | docs/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index ef9add53a7..4df5f4bef9 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -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>` |