1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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

@@ -199,6 +199,9 @@ Management Commands
command exit with a non-zero status when model changes without migrations are
detected.
* :djadmin:`makemigrations` now displays the path to the migration files that
it generates.
Migrations
^^^^^^^^^^