A Django package to track and resolve migration conflicts automatically.
Project description
Django Migration Resolver
A Django package to automatically track and resolve migration conflicts between different branches.
Installation
pip install django-migration-resolver
Add 'django_migration_resolver' to your INSTALLED_APPS
INSTALLED_APPS = [
...
'django_migration_resolver',
...
]
You must ensure that django_migration_resolver is placed before django.contrib.auth in the INSTALLED_APPS list.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_migration_resolver-0.1.0.tar.gz.
File metadata
- Download URL: django_migration_resolver-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b4c09ae5e1253a9bdd5de85779fdfce39c39ef487c3619c7fe4a0dea52dec8d
|
|
| MD5 |
5a1e435bc228181237a1f781f6693e9b
|
|
| BLAKE2b-256 |
7008146014c7d311031a1eff65f9455dbbcb78e791f02415a0dc6c2d6c55b0d5
|
File details
Details for the file django_migration_resolver-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_migration_resolver-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5817853d0829d94291deded21ccdbc536d358f03b114bffe0d091ce0a3e93328
|
|
| MD5 |
a301ba8d9d9716797750c549e53f3f55
|
|
| BLAKE2b-256 |
20efdbd8d448912b90de0b0ac2510fe8b48646ada3f87a6d3210aef1e3c0fdf8
|