From c5d1a5ef5cf111cd35fa8545a2831dd47ba0fc70 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 9 Feb 2015 10:28:42 -0500 Subject: Removed docs about unmigrated apps as they are not supported in Django 1.9. --- docs/ref/django-admin.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index ed7bd79626..ce3a78f915 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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. * ````: The specified app has its migrations run, up to the most recent migration. This may involve running other apps' migrations too, due to dependencies. -- cgit v1.3