summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-03 13:09:54 -0500
committerTim Graham <timograham@gmail.com>2015-02-03 13:09:54 -0500
commit570912a97d5051fa3aeacd9d16c3be9afcf92198 (patch)
tree645cd0e293de1e5b5e2f6f78152c2feee7a9661e /docs/index.txt
parent66f5aa9fa5d53ddd7fbdb7ddac39c429f0c1b4fd (diff)
downloaddjango-570912a97d5051fa3aeacd9d16c3be9afcf92198.tar.gz
Added a "Writing migrations" how-to.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index c3a91c48a8..814b93418d 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -76,7 +76,8 @@ manipulating the data of your Web application. Learn more about it below:
* **Migrations:**
:doc:`Introduction to Migrations<topics/migrations>` |
:doc:`Operations reference <ref/migration-operations>` |
- :doc:`SchemaEditor <ref/schema-editor>`
+ :doc:`SchemaEditor <ref/schema-editor>` |
+ :doc:`Writing migrations <howto/writing-migrations>`
* **Advanced:**
:doc:`Managers <topics/db/managers>` |