Commit 3bcd42d3 authored by Mads Jensen's avatar Mads Jensen Committed by Tim Graham
Browse files

[1.9.x] Fixed #25936 -- Added showmigrations to migrations topic guide.

Backport of 394e5909 from master
parent 36d0aa43
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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