mongoengine
mongoengine copied to clipboard
reverse_delete_rule=PULL not working for ListField of ReferenceField(s)
as per: https://stackoverflow.com/questions/74218378/mongoengine-listfield-of-referencefields
pretty dead here.. abandoned project?
@elsampsa I have the same problem as you. I guess I misunderstood the documentation that states:
mongoengine.PULL
Removes the reference to the object (using MongoDB’s “pull” operation) from any object’s fields of ListField (ReferenceField).