0.1.0 - Beta
The django migration linter is now set to a Beta version, instead of Alpha since it has been used for quite some time.
Version 0.1.0 comes with:
- Possibility to ignore migration files entirely (without specifying them on the command line)
This can be used by adding the migration operationIgnoreMigration()
in the migrationsoperations
list. See readme - Caching. We cache failed and succeeded migrations (w.r.t. migration linting) in a cache file.
Each migration file is stored as the MD5 hash of its content with the result of the linting
Other things:
- Added support for Python 3.7
- Added support for Django 2.1
- The codebase is now in
black
format to improve Python-code readability - 2019 ! Happy new year