umutbozkurt / django-rest-framework-mongoengine

Mongoengine support for Django Rest Framework
MIT License
616 stars 167 forks source link

Allow nullable EmbeddedDocumentLists to be set to None #283

Open vainu-arto opened 3 years ago

vainu-arto commented 3 years ago

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.