Closed efrederickson closed 2 months ago
Awesome, thanks a lot for the contribution :+1: !
@bagerard @efrederickson When can we expect this release? In the meantime, should I scale down the MongoEngine version? Would be helpful for me?
Got released as 0.29.1 here https://github.com/MongoEngine/mongoengine/releases/tag/v0.29.1
Cool! Thanks
Resolve issue where _check_name moved files between pymongo 4.8.0 and 4.9. This updates the import path. Also updated are other private members that the test rely on and a couple imports (
database
andmongo_client
) that now must be explicitly declared.The
_check_name
function can now be found here.This closes #2847 and obsoletes #2848