mirror of
https://github.com/django/django.git
synced 2025-04-14 04:22:21 +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.