summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-15 20:27:52 -0400
committerTim Graham <timograham@gmail.com>2014-09-15 20:27:52 -0400
commit0d1561d19739e83cf20150585c9e26894b428bad (patch)
tree0c09ecfdb0c30386bbe9ab951ae846b2e7383df7 /docs/intro/tutorial01.txt
parentabcf28a07695a45cb5fb15b81bffc97bea5e0be3 (diff)
Fixed #23486 -- Corrected makemigrations output in tutorial 1.
Thanks nmarler for the report.
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 6a483a61cd..9288ba1f4f 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -446,6 +446,7 @@ You should see something similar to the following:
0001_initial.py:
- Create model Question
- Create model Choice
+ - Add field question to choice
By running ``makemigrations``, you're telling Django that you've made
some changes to your models (in this case, you've made new ones) and that