django-squash
django-squash copied to clipboard
`rename_migrations` can fail if migration name does not start with 4 ints
we have a migration named like 02_some_name. probably bad form, but this package should be resilient to that. I can submit a PR to address this shortly.
Hello, and thank you for submitting the pull request.
This matter should be addressed directly with Django. The capability to make such changes is granted by Django itself, and it's not a feature that this library facilitates. Unless this file is causing a bug that affects the generation or reading of migrations, I regret to inform you that this is considered an invalid change.
Legitimate bug, fixed in #18
@breid1313 can you check if #18 fixes your issue?
PR has been merged, version has been bumped. Let me know if this solved it.
@breid1313?
If this becomes an issue again, feel free to reopen it.