summaryrefslogtreecommitdiff
path: root/docs/index.txt
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:53:57 -0500
commitc9432c44fbcdb8c45cdc0b2bc1aeb1467126e48e (patch)
treecb4dde425559d8145e12342a7a8df49b39634dfa /docs/index.txt
parent21c82646fe3acf52251c1ecc618320657b97bd5e (diff)
Changed section title from "Model syntax" to "Introduction to models".
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 8b9d60df22..b8685dc8c0 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -60,7 +60,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>`