-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: django
Determine the work necessary to support EmbeddedModelField, EmbeddedModelArrayField, PolymorphicEmbeddedModelField, and PolymorphicEmbeddedModelArrayField in Django Rest Framework. At a cursory glance, it seems likely that these fields may need a corresponding DRF serializer or field to make things work properly.
A proposal to modify EmbeddedModelField.get_db_prep_save() is likely not suitable.