Skip to main content

Detect backward incompatible migrations for your django project

Project description

Django migration linter

Detect backward incompatible migrations for your Django project. It will save you time by making sure migrations will not break with a older codebase.

Travis PyPI PR_Welcome 3YD_Hiring GitHub_Stars

Quick installation

pip install django-migration-linter

And add the migration linter your INSTALLED_APPS:

    INSTALLED_APPS = [
        ...,
        "django_migration_linter",
        ...,
    ]

Usage example

$ python manage.py lintmigrations

(app_add_not_null_column, 0001_create_table)... OK
(app_add_not_null_column, 0002_add_new_not_null_field)... ERR
        NOT NULL constraint on columns
(app_drop_table, 0001_initial)... OK
(app_drop_table, 0002_delete_a)... ERR
        DROPPING table
(app_ignore_migration, 0001_initial)... OK
(app_ignore_migration, 0002_ignore_migration)... IGNORE
(app_rename_table, 0001_initial)... OK
(app_rename_table, 0002_auto_20190414_1500)... ERR
        RENAMING tables

*** Summary ***
Valid migrations: 4/8
Erroneous migrations: 3/8
Migrations with warnings: 0/8
Ignored migrations: 1/8

The linter analysed all migrations from the Django project. It found 3 migrations that are doing backward incompatible operations and 1 that is explicitly ignored. The list of incompatibilities that the linter analyses can be found at docs/incompatibilities.md.

More advanced usages of the linter and options can be found at docs/usage.md.

More information

Please find more documentation generally in the docs/ folder.

Some implementation details can found in the ./docs/internals/ folder.

Blog post

Keeping Django database migrations backward compatible

License

django-migration-linter is released under the Apache 2.0 License.

Maintained by David Wobrock

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-migration-linter-2.2.2.tar.gz (28.8 kB view details)

Uploaded Source

Built Distribution

django_migration_linter-2.2.2-py2.py3-none-any.whl (75.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-migration-linter-2.2.2.tar.gz.

File metadata

  • Download URL: django-migration-linter-2.2.2.tar.gz
  • Upload date:
  • Size: 28.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.9

File hashes

Hashes for django-migration-linter-2.2.2.tar.gz
Algorithm Hash digest
SHA256 a29c07b0a98a8846e83be209c6efa19acbc06277de613f4d40816f880e72bcc0
MD5 5a1ce19319948831a9e2b01f8f040585
BLAKE2b-256 bdb561c676f47eb3ae5a9e228712a671a61428e185fe86f528076cacdef86b6d

See more details on using hashes here.

File details

Details for the file django_migration_linter-2.2.2-py2.py3-none-any.whl.

File metadata

  • Download URL: django_migration_linter-2.2.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 75.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.9

File hashes

Hashes for django_migration_linter-2.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1e5513db5f4facd00336a68a92f75721632a24feac88d423d682ee1afe2454bd
MD5 b4fc34a594befa57d9551cf743c276b2
BLAKE2b-256 8afaba44b8335ef80435002cb45a0f4077b5930a6862dfeef87c6c026b2bb2ca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page