summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-09 10:28:42 -0500
committerTim Graham <timograham@gmail.com>2015-02-09 10:28:42 -0500
commitc5d1a5ef5cf111cd35fa8545a2831dd47ba0fc70 (patch)
tree016c4a9de340bcc93dbe4793cf2c15163ebc497f /docs/ref
parent2d7c27d3870e57edd1b2ac46b49f0a8804753a1e (diff)
Removed docs about unmigrated apps as they are not supported in Django 1.9.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 1 insertions, 2 deletions
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.
* ``<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.