1
0
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:
Tim Graham
2015-02-09 10:28:42 -05:00
parent 2d7c27d387
commit c5d1a5ef5c
3 changed files with 1 additions and 11 deletions

View File

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