mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
Nested deconstruction should (silently) handle Field.deconstruct() as well as other arbitrary deconstructable objects. This allows having a field in the deconstruction of another field.