From b6e6fcf326ff3b008ccd7e935c391432d95bc5e2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 1 Sep 2015 11:12:29 -0400 Subject: Refs #23359 -- Removed the migrate --list option per deprecation timeline. --- docs/ref/django-admin.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/ref') 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] -------------------------------- -- cgit v1.3