mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #26150 -- Sorted app_labels in migrate command output
This commit is contained in:
parent
19d1cb1451
commit
4b0118465b
3 changed files with 4 additions and 4 deletions
|
@ -328,7 +328,7 @@ Now, run :djadmin:`migrate` again to create those model tables in your database:
|
|||
|
||||
$ python manage.py migrate
|
||||
Operations to perform:
|
||||
Apply all migrations: admin, contenttypes, polls, auth, sessions
|
||||
Apply all migrations: admin, auth, contenttypes, polls, sessions
|
||||
Running migrations:
|
||||
Rendering model states... DONE
|
||||
Applying polls.0001_initial... OK
|
||||
|
|
|
@ -283,7 +283,7 @@ database:
|
|||
|
||||
$ python manage.py migrate
|
||||
Operations to perform:
|
||||
Apply all migrations: admin, world, contenttypes, auth, sessions
|
||||
Apply all migrations: admin, auth, contenttypes, sessions, world
|
||||
Running migrations:
|
||||
...
|
||||
Applying world.0001_initial... OK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue