{"library":"django-linear-migrations","type":"library","category":null,"description":"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.","language":"python","status":"active","version":"2.19.0","tags":["django","migrations","development","git","workflow","ci"],"last_verified":"Thu May 21","install":[{"cmd":"pip install django-linear-migrations","imports":["INSTALLED_APPS = [\n    # ...\n    'django_linear_migrations',\n    # ...\n]","from django_linear_migrations.management.commands.makemigrations import Command as BaseCommand\n\nclass Command(BaseCommand):\n    # ... your custom logic\n    pass"]}],"homepage":null,"github":"https://github.com/adamchainz/django-linear-migrations","docs":null,"changelog":"https://github.com/adamchainz/django-linear-migrations/blob/main/CHANGELOG.rst","pypi":"https://pypi.org/project/django-linear-migrations/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":3.5,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-linear-migrations/compatibility"}}