Fixed #25936 -- Added showmigrations to migrations topic guide.

This commit is contained in:
Mads Jensen 2015-12-22 15:28:18 +01:00 committed by Tim Graham
parent d52b0c5b38
commit 394e59099c
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ and Django's handling of database schema:
* :djadmin:`sqlmigrate`, which displays the SQL statements for a migration.
* :djadmin:`showmigrations`, which lists a project's migrations.
You should think of migrations as a version control system for your database
schema. ``makemigrations`` is responsible for packaging up your model changes
into individual migration files - analogous to commits - and ``migrate`` is