Django Atomic Migrations
This small package ensures that Django's migration tracking model has an unique index for applied migrations.
Usage
Install the package:
$ pip install django-atomic-migrations
Then, add the application to INSTALLED_APPS in your Django project:
INSTALLED_APPS = [
...
'django_atomic_migrations.AtomicMigrations',
...
]
If your project's database already exists, you should run
$ python manage.py add-migrations-constraint
to create the missing unique constraint.
Release files for django-atomic-migrations 0.2.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-atomic-migrations-0.2.0.tar.gz | 2.9 kB | Details |
Release files / django-atomic-migrations-0.2.0.tar.gz
| Download URL | django-atomic-migrations-0.2.0.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c4da90fd6220fa0fb4d37572fc80d8cdc1618b65318389a244874e1471d617ff
|
|
BLAKE2b-256 checksum How to use checksums |
31edb25da858e71e952501ef4b0d8fab7192eec3b36609470046c14c7ca03ed4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|