Commit 68ab3b1a authored by Tim Graham's avatar Tim Graham
Browse files

[1.7.x] Fixed #23486 -- Corrected makemigrations output in tutorial 1.

Thanks nmarler for the report.

Backport of 0d1561d1 from master
parent 563eaf04
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -453,6 +453,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