charettes / django-syzygy

Django application providing database migration tooling to automate their deployment.
MIT License
85 stars 3 forks source link

Stop relying on the pre_migrate signal to alter migration plan. #6

Closed charettes closed 4 years ago

charettes commented 4 years ago

Override the migrate command executor instead to allow support for the --plan option.

Fixes #5.