-
Notifications
You must be signed in to change notification settings - Fork 7
Update to django 4.2 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Thx. This looks to have worked for me (im now testing it locally). But I have one question - What is the |
Coucou, |
Man, that was fast 😄 Thx. Anyway, I took custom, more transparent approach to me: 1. backup migrations, 2. make initial, 3. set replaces on new initial migrations from backups . That may not be as streamlined as using this package, but worked better for squashing 800+ migrations into like 20. |
bf8f069
to
65174b4
Compare
Hello @madtibo Thanks a lot for your contribution! There are a few things that I stumbled upon:
Thanks again for this major rewrite and for keeping this package alive! Felix |
Hello,
You library was a great help to squash our 800+ migrations files on our 60+ apps \o/
We patched it so it was useable on django 4.2 and solving the issue with the Key Error.
We changed the name of the command to
replace_all_migrations
and forced the special not elidable operations to be written at the end of the squash files, waiting for someone to manually review them.Hope it can help.
Bonne soirée,
Thibaut