django-rest-framework-mongoengine icon indicating copy to clipboard operation
django-rest-framework-mongoengine copied to clipboard

Allow nullable EmbeddedDocumentLists to be set to None

Open vainu-arto opened this issue 3 years ago • 0 comments

The case for a nullable EmbeddedDocumentField was handled in commit d1543516e841, but the other two branches (EmbeddedDocumentList and DictField) need this handling as well. Add a test for EmbeddedDocumentList and fix in a generic way. This fixes issue #250.

vainu-arto avatar Aug 23 '21 09:08 vainu-arto