You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MongoEngine Users
I've got some JSON that uses Camel Case naming for fields which comes from a library. I understand I can use the ** kwargs operator in the Document constructor however I want to use underscore naming for fields in my code. I've written a function in my Document class to deserialise from json and map the correct names. Is there a formal way of doing this?