Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use
migrate --check
not migrate --plan |grep
check for migrations
`--check` is available since Django 3.1 and is nicer than having to grep for a message that can be different in another language.
- Loading branch information