Database Migration
Code to assist in managing changes to the data and schema when your Django model definition changes.
Search & Filter
| Package | django-pg-zero-downtime-migrations | django-linear-migrations | django-syzygy | django-migration-zero | django-safemigrate | django-migration-fixer | django-evolution | django-migration-rollback | django-migrations-ruff-formatter | Django Postpone Index |
|---|---|---|---|---|---|---|---|---|---|---|
|
Description
|
Django postgresql backend that
apply migrations with respect to database locks |
Ensure your migration history
is linear. |
Django application providing
database migration tooling to automate their deployment. |
Django package to implement
"migration zero" pattern - covering your local changes<… |
Safely run migrations before
deployment |
Resolve multiple leaf nodes
error running django migrations. |
Schema evolutions for django
projects |
A lightweight Django app to be
able to migrate back to a previous migration or to migrate … |
Patches Django formatter to
use ruff |
Postpone index creation to
provide Zero Downtime Migration feature |
|
Category
|
App | App | App | App | App | App | App | App | App | App |
|
Using This
|
0
|
0
|
0
|
0
|
0
|
0
|
3
|
0
|
1
|
0
|
|
Python 3?
|
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
|
Dev Status
|
Beta | Production/Stable | Unknown | Production/Stable | Unknown | Production/Stable | Production/Stable | Alpha | Alpha | Beta |
|
Version (PyPI)
|
0.19 | 2.19.0 | 1.2.3 | 2.3.16 | 6.0 | 1.3.6 | 2.4.2 | 1.1.0 | 0.1.3 | 0.0.5 |
|
Stars
|
565 | 233 | 113 | 83 | 94 | 35 | 33 | 7 | 3 | 2 |
|
Forks
|
31 | 27 | 4 | 2 | 1 | 4 | 9 | 0 | 0 | 1 |
|
Commits
|
|
|
|
|
|
|
|
|
|
|
|
Updated
|
12 Nov 2025 | 21 Apr 2026 | 13 Mar 2026 | 30 Mar 2026 | 3 Jun 2025 | 6 May 2026 | 3 Mar 2026 | 18 Apr 2026 | 15 Oct 2025 | 2 Apr 2026 |
|
License
|
MIT | MIT | MIT License | Custom | MIT | MIT license | BSD | MIT License | BSD License | LGPLv3 |
|
Links
|
||||||||||
|
Feature Comparison
(click cells to edit)
|
||||||||||
|
Schema migrations
|
—
|
—
|
—
|
—
|
—
|
—
|
|
—
|
—
|
—
|
|
Data migrations
|
—
|
—
|
—
|
—
|
—
|
—
|
?
|
—
|
—
|
—
|
|
Backward migrations
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
Django package to implement "migration zero" pattern - covering your local changes and the CI/CD pipeline
A lightweight Django app to be able to migrate back to a previous migration or to migrate back to a migration in a specific branch in a git repository.
Showing 10 of 20 packages in this grid.
Features Being Compared
Schema migrations
Ability to migrate the schema of your database.