[Django]-Where is the Django's migration listing (migrate -l)

5👍

Django 1.8 introduced showmigrations command, which you can use instead (details).

migrate --list was deprecated since 1.8 and was removed in 1.10.

Leave a comment