mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed docs about unmigrated apps as they are not supported in Django 1.9.
This commit is contained in:
@@ -696,8 +696,7 @@ Migrations, their relationship with apps and more are covered in depth in
|
||||
|
||||
The behavior of this command changes depending on the arguments provided:
|
||||
|
||||
* No arguments: All migrated apps have all of their migrations run,
|
||||
and all unmigrated apps are synchronized with the database,
|
||||
* No arguments: All apps have all of their migrations run.
|
||||
* ``<app_label>``: The specified app has its migrations run, up to the most
|
||||
recent migration. This may involve running other apps' migrations too, due
|
||||
to dependencies.
|
||||
|
||||
Reference in New Issue
Block a user