Commit 5856f15e authored by Mikey Ariel's avatar Mikey Ariel Committed by Tim Graham
Browse files

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

Backport of c9432c44 from master
parent 870914cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>`