mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Changed section title from "Model syntax" to "Introduction to models".
This commit is contained in:
parent
21c82646fe
commit
c9432c44fb
@ -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>`
|
||||||
|
Loading…
Reference in New Issue
Block a user