django-migration-linter is a tool that statically analyzes Django migration files to detect potentially dangerous operations. It flags migrations that might lock tables, drop columns, or perform expensive schema changes, helping teams catch issues before deployment. This tool is ideal for teams practicing continuous delivery or working on high-availability systems.
Features
- Detects destructive or locking migration operations
- Integrates with CI/CD pipelines for safety checks
- Supports allow-lists and suppression of known issues
- Works with all standard Django migration files
- CLI tool with human-readable output
- Helps prevent production downtime from unsafe migrations
Categories
DatabaseLicense
Apache License V2.0Follow Django Migration Linter
Other Useful Business Software
Streamline Azure Security with Palo Alto Networks VM-Series
Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Django Migration Linter!