Releases: tj-django/django-migration-fixer
Releases · tj-django/django-migration-fixer
v1.1.4
- Resolve bug pulling from multiple remotes, now defaults to
origin. Reported by: @jghyllebert
v1.1.3
- Fixed bug resolving conflicts of previous migration files
v1.1.2
- Added a minimum version for
typing_extensions
v1.1.1
- Increased test coverage.
v1.1.0
- Fixed bug with replacing the conflict migration
- Removed support for named migrations
- Increased test coverage.
v1.0.7
Updated README.md (#80) Co-authored-by: jackton1 <[email protected]>
v1.0.6
- Preserve quotes when replacing the dependency
v1.0.5
- Fixed bug with fetching the default branch
v1.0.4
Fixed bug using a detached head (#71)
v1.0.3
- Fixed bug with github action