[1.8.x] Changed section title from "Model syntax" to "Introduction to models".

Backport of c9432c44fb from master
This commit is contained in:
Mikey Ariel 2015-11-15 17:04:12 +01:00 committed by Tim Graham
parent 058f604ac1
commit 48abe9d9cd
1 changed files with 1 additions and 1 deletions

View File

@ -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>`