You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perillaroc
changed the title
use mongoengine's to_pymongo().to_dict() instead of to_dict()
use mongoengine's to_mongo().to_dict() instead of to_dict()
Sep 30, 2018
use
to_mongo().to_dict()
to convert Document into dict object.use
to_json()
to generate post string.The text was updated successfully, but these errors were encountered: