mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #25063 -- Added path to makemigration's output of migration file.
This commit is contained in:
parent
e090070761
commit
99a1265a39
6 changed files with 24 additions and 4 deletions
|
@ -115,7 +115,7 @@ a field and remove a model - and then run :djadmin:`makemigrations`::
|
|||
|
||||
$ python manage.py makemigrations
|
||||
Migrations for 'books':
|
||||
0003_auto.py:
|
||||
books/migrations/0003_auto.py:
|
||||
- Alter field author on book
|
||||
|
||||
Your models will be scanned and compared to the versions currently
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue