* Don't pin dependencies but only define minimal versions
2.2.1
Fixed bug: * Correctly detect `apps.get_models` when on multiple lines in data migration
2.2.0
* Make summary output more friendly (Thanks to vald-phoenix) * Add forgotten documentation about `IgnoreMigration` * Don't pin the `appdirs` strictly to 1.4.3, but allow higher versions
2.1.0
* Detect in data migrations if models are imported the correct way or not
2.0.0
* Add linting on data migrations that will raise warnings * Add `--quiet warning` option to suppress warning messages * Add `--warnings-as-errors` option to handle warnings as errors
1.5.0
* Rework documentation. Make `README` smaller and clearer. Move detailed documentation to `docs/` folder. * Add Django 3.0 to test matrix.