You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checks for backwards-incompatible changes in [Django ORM](/django-orm.html)
303
+
schema migrations and warns you about them. The purpose of the project is
304
+
to save time in older and larger projects by detecting field migrations
305
+
that will be a problem so you do not run into issues later, and make it
306
+
easier to enable continuous [deployment](/deployment.html) configurations
307
+
with database changes. There is a
308
+
[blog post on keeping Django database migrations backward compatible](https://medium.com/3yourmind/keeping-django-database-migrations-backward-compatible-727820260dbb)
309
+
that goes into further detail on the tool.
310
+
311
+
The django-migration-linter project is open sourced under the
0 commit comments