Favor kwargs over args in migration serializer / deconstruct wherever possible
For the same reasons as outlined in #23892 (forwards compatibility) Django should use keyword arguments when serializing objects for migration files. This allows potential positional argument removals in the future.
Owner: |
changed from nobody to Markus Holtermann
|
Status: |
new → assigned
|
Patch needs improvement: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
I opened a pull request to unify the deconstruct methods: https://github.com/django/django/pull/3603