Kaydet (Commit) 394e5909 authored tarafından Mads Jensen's avatar Mads Jensen Kaydeden (comit) Tim Graham

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

üst d52b0c5b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment