1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

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

Backport of c9432c44fbcdb8c45cdc0b2bc1aeb1467126e48e from master
This commit is contained in:
Mikey Ariel 2015-11-15 17:04:12 +01:00 committed by Tim Graham
parent 870914cb6c
commit 5856f15e68

View File

@ -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: manipulating the data of your Web application. Learn more about it below:
* **Models:** * **Models:**
:doc:`Model syntax <topics/db/models>` | :doc:`Introduction to models <topics/db/models>` |
:doc:`Field types <ref/models/fields>` | :doc:`Field types <ref/models/fields>` |
:doc:`Meta options <ref/models/options>` | :doc:`Meta options <ref/models/options>` |
:doc:`Model class <ref/models/class>` :doc:`Model class <ref/models/class>`