summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMikey Ariel <mariel@redhat.com>2015-11-15 17:04:12 +0100
committerTim Graham <timograham@gmail.com>2015-11-16 09:54:30 -0500
commit48abe9d9cdff4477bf5e0d9ece847dbdc099d23d (patch)
treeeb1cb1b6177f2c1f78f5d9a26a27ee4dec267ec0 /docs
parent058f604ac1c5d12c6b3efa903c8f2dcd28fef9e0 (diff)
[1.8.x] Changed section title from "Model syntax" to "Introduction to models".
Backport of c9432c44fbcdb8c45cdc0b2bc1aeb1467126e48e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index e668b12559..c76706b3d8 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -59,7 +59,7 @@ Django provides an abstraction layer (the "models") for structuring and
manipulating the data of your Web application. Learn more about it below:
* **Models:**
- :doc:`Model syntax <topics/db/models>` |
+ :doc:`Introduction to models <topics/db/models>` |
:doc:`Field types <ref/models/fields>` |
:doc:`Meta options <ref/models/options>` |
:doc:`Model class <ref/models/class>`