MongoEngine / mongoengine

A Python Object-Document-Mapper for working with MongoDB
http://mongoengine.org
MIT License
4.26k stars 1.23k forks source link

Call mark_as_changed_wrapper for `list.clear` on ListField #2858

Closed juannyG closed 1 month ago

juannyG commented 1 month ago

Fixes #2808

list.clear was added in Python 3.3

bagerard commented 1 month ago

Looks great, thanks :+1: