mongoengine
mongoengine copied to clipboard
Store empty list instead of unset
Currently, if you set a ListField to an empty list, it unset it in the database instead of storing an empty list. This is bad because it creates inconsistencies which can lead to confusion in queries
Fixes #267 Fixes #761 Relates to #2342
any new developments regarding this?