Django remake migrations
Documentation: https://django-remake-migrations.readthedocs.io
Source Code: https://github.com/browniebroke/django-remake-migrations
A Django admin command to recreate all migrations in a project. Like a squashmigrations command on steroids.
The problem
The built-in squashmigrations command is great, but it only work on a single app at a time, which means that you need to run it for each app in your project. On a project with enough cross-apps dependencies, it can be tricky to run.
This command aims at solving this problem, by recreating all the migration files in the whole project, from scratch, and mark them as applied by using the replaces attribute.
It makes an important trade-off though: it does NOT try to be correct when setting the replaces attribute. The only guarantees are that:
- all old migrations are marked as replaced once.
- all new migrations replace at least one of the old migrations
This is OK to make this trade-off as long as all your environments are fully migrated when you deploy the remade migrations.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Bruno Alla 💻 🤔 📖 |
Dmytro Litvinov 📖 |
Mikuláš Poul 💻 🤔 |
Adam Johnson 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
This package was created with Copier and the browniebroke/pypackage-template project template.
Release files for django-remake-migrations 3.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_remake_migrations-3.1.0.tar.gz | 17.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_remake_migrations-3.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.8 kB
Release files / django_remake_migrations-3.1.0.tar.gz
| Download URL | django_remake_migrations-3.1.0.tar.gz |
|---|---|
| Size | 17.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9c047e26120b7590bed324c1ef4faee078f6e936513b571dacaf63f9aa1934dd
|
|
BLAKE2b-256 checksum How to use checksums |
0703263822f898f4bf49fee9e3e4d0ac8607fe1ec62a05d71081f616d0fdbcce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 12, 2026.
Transparency logRelease files / django_remake_migrations-3.1.0-py3-none-any.whl
| Download URL | django_remake_migrations-3.1.0-py3-none-any.whl |
|---|---|
| Size | 14.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb43f60f0094d55340ca94c1999204068d85f923ccf139625d2fc0fd3ab7f64c
|
|
BLAKE2b-256 checksum How to use checksums |
5457db1192bac98dc6f50d1d78995b7c71650860fe8600a75029d5f8e6b8f924
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 12, 2026.
Transparency log