| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -296,6 +296,22 @@ django-loginas is open source under the | |||
| 296 | 296 | [BSD 3-Clause "New" or "Revised" License](https://github.com/skorokithakis/django-loginas/blob/master/LICENSE). | |
| 297 | 297 | ||
| 298 | 298 | ||
| 299 | + ### django-migration-linter | ||
| 300 | + [django-migration-linter](https://github.com/3YOURMIND/django-migration-linter) | ||
| 301 | + ([PyPI package information](https://pypi.org/project/django-migration-linter/)) | ||
| 302 | + 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 | ||
| 312 | + [Apache 2.0 license](https://github.com/3YOURMIND/django-migration-linter/blob/master/LICENSE). | ||
| 313 | + | ||
| 314 | + | ||
| 299 | 315 | ### django-model-utils | |
| 300 | 316 | [django-model-utils](https://github.com/jazzband/django-model-utils) | |
| 301 | 317 | ([project documentation](https://django-model-utils.readthedocs.io/en/latest/) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments