Skip to content

Commit

Permalink
Update README: document 'applied-migrations' and 'unapplied-migration…
Browse files Browse the repository at this point in the history
…s' options
  • Loading branch information
David-Wobrock committed Jun 6, 2019
1 parent 5561a30 commit 83850fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Add the migration linter your ``INSTALLED_APPS``:
``--database DATABASE`` Specify the database for which to generate the SQL. Defaults to *default*.
``--cache-path PATH`` specify a directory that should be used to store cache-files in.
``--no-cache`` Don't use a cache.
``--applied-migrations`` Only lint migrations that are applied to the selected database. Other migrations are ignored.
``--unapplied-migrations`` Only lint migrations that are not yet applied to the selected database. Other migrations are ignored.
================================================== ===========================================================================================================================

Examples
Expand Down

0 comments on commit 83850fa

Please sign in to comment.