소스 검색

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

Mads Jensen 9 년 전
부모
커밋
394e59099c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/topics/migrations.txt

+ 2 - 0
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