From c9432c44fbcdb8c45cdc0b2bc1aeb1467126e48e Mon Sep 17 00:00:00 2001 From: Mikey Ariel Date: Sun, 15 Nov 2015 17:04:12 +0100 Subject: [PATCH] Changed section title from "Model syntax" to "Introduction to models". --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` | + :doc:`Introduction to models ` | :doc:`Field types ` | :doc:`Meta options ` | :doc:`Model class `