Project

General

Profile

« Previous | Next » 

Revision f9fb4991

Added by Evgeni Golov 15 days ago

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.

  • added
  • modified
  • copied
  • renamed
  • deleted