Skip to content

Commit

Permalink
Add django-migrations-graph, command to display migrations with depen…
Browse files Browse the repository at this point in the history
…dencies to the migrations section.

Signed-off-by: Roberto Rosario <[email protected]>
  • Loading branch information
siloraptor committed Mar 31, 2018
1 parent 95cc47e commit 545edf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
- Add djangoql, advanced search language for Django to the search section.
- Add django-eraserhead, package that provides hints to optimize database to the testing.
- Add django-admin-env-notice, Visually distinguish environments in Django Admin to the Other section.
- Add django-migrations-graph, command to display migrations with dependencies to the migrations section.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ phone numbers.
*Packages that help migrate the database when there are schema updates.*

* [South](https://bitbucket.org/andrewgodwin/south/src/) - Django application to provide schema and data migrations that supports Django up to 1.6.x. ([Django 1.7 and up have an integrated migration system, based on but not compatible with South](https://docs.djangoproject.com/en/dev/topics/migrations/))
* [django-migrations-graph](https://github.com/dizballanze/django-migrations-graph) - Django-admin command to display migrations with dependencies.

## Mobile Support

Expand Down

0 comments on commit 545edf6

Please sign in to comment.