summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-01 11:12:29 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:10 -0400
commitb6e6fcf326ff3b008ccd7e935c391432d95bc5e2 (patch)
tree0d8e67be89235fc8439475431cf57d3475ca2d80 /docs
parente5c12f6701075fe9210c67cf472f910d745cb73a (diff)
Refs #23359 -- Removed the migrate --list option per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 18e8ec1ca0..41df95b37a 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -768,11 +768,6 @@ The ``--run-syncdb`` option allows creating tables for apps without migrations.
While this isn't recommended, the migrations framework is sometimes too slow
on large projects with hundreds of models.
-.. deprecated:: 1.8
-
- The ``--list`` option has been moved to the :djadmin:`showmigrations`
- command.
-
runserver [port or address:port]
--------------------------------