charettes / django-syzygy

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

Properly deconstruct custom operations. #20

Closed charettes closed 3 years ago

charettes commented 3 years ago

Operation.deconstruct is actually expected to return only the operation name which contradicts the documented deconstruct behaviour.

Regression introduced by 5d29c7133cc2987a3f8e48a4d3d32feae207458e.