Fixed #25063 -- Added path to makemigration's output of migration file.

This commit is contained in:
Niels Van Och 2015-11-07 14:43:06 +01:00 committed by Tim Graham
parent e090070761
commit 99a1265a39
6 changed files with 24 additions and 4 deletions

View file

@ -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