mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #31700 -- Made makemigrations command display meaningful symbols for each operation.
This commit is contained in:
parent
c7e986fc9f
commit
27a3eee721
14 changed files with 214 additions and 19 deletions
|
@ -241,8 +241,8 @@ You should see something similar to the following:
|
|||
|
||||
Migrations for 'polls':
|
||||
polls/migrations/0001_initial.py
|
||||
- Create model Question
|
||||
- Create model Choice
|
||||
+ Create model Question
|
||||
+ Create model 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