File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.2.0
2+
3+ * Add ` --unapplied-migrations ` and ` --applied-migrations ` mutually exclusive options
4+ in order to respectively lint only unapplied or applied migrations.
5+ * When loading migration starting from a git ref, cross the found migrations
6+ with the currently loaded migrations in the project.
7+ * Add ` --project-root-path ` which allows to specify the root path
8+ which is used for finding the ` .git ` folder. (thanks to @linuxmaniac )
9+
110## 1.1.0
211
312* Improve speed of ignored migration through the ` IgnoreMigration ` operation.
Original file line number Diff line number Diff line change 1414
1515from appdirs import user_cache_dir
1616
17- __version__ = "1.1 .0"
17+ __version__ = "1.2 .0"
1818
1919DEFAULT_CACHE_PATH = user_cache_dir ("django-migration-linter" , version = __version__ )
You can’t perform that action at this time.
0 commit comments