Django Linear Migrations
JSON →django-linear-migrations is a Django app that enforces a linear migration history in your project, preventing common issues caused by concurrent migration development and merge migrations. It achieves this by introducing `max_migration.txt` files for each app, which will conflict in version control (e.g., Git) if multiple branches add migrations concurrently. The library, currently at version 2.19.0, is actively maintained with frequent releases.
Traffic · last 30 days ↓33% vs prev 7d
total hits 11
actors 4 distinct systems
last hit 1d ago AhrefsBot
top countries 🇺🇸 United States · 🇳🇴 Norway · 🇩🇪 Germany · 🇫🇷 France · 🇸🇬 Singapore
Resources
API endpoints
compatibility /v1/registry/django-linear-migrations/compatibility