mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #23486 -- Corrected makemigrations output in tutorial 1.
Thanks nmarler for the report.
This commit is contained in:
parent
abcf28a076
commit
0d1561d197
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue