diff options
| author | Mads Jensen <mje@inducks.org> | 2015-12-22 15:28:18 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-22 13:16:14 -0500 |
| commit | 394e59099c89eb82cf4a37c78ab5f329b76ce0cc (patch) | |
| tree | 29f90350105f80582088ee56ba04be6f60ffa5e7 /docs | |
| parent | d52b0c5b38cce633a75420a703a15f03aabd70dd (diff) | |
Fixed #25936 -- Added showmigrations to migrations topic guide.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 5312b956ba..db52665067 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -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 |
