Skip to main content

Wraps migration step runs in transactions in Django

Project description

Django Atomic Migrations

This small package ensures that Django's migration tracking model has an unique index for applied migrations, and also ensures that migrations steps are applied in transactions. This is known to work with PostgreSQL.

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.

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-atomic-migrations-0.1.1.tar.gz (1.8 kB view hashes)

Uploaded Source

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