Tools
Tool of Commons - A set of auxiliary methods.
correct_mongo_filter(cls_model, filter)
¶
Correcting filter of request.
Corrects TextField
fields that require localization of translation.
Source code in src\ramifice\commons\tools.py
mongo_doc_to_raw_doc(inst_model_dict, mongo_doc, lang)
¶
Convert the Mongo document to the raw document.
Special changes
_id to str
password to None
date to str
datetime to str
Source code in src\ramifice\commons\tools.py
password_to_none(field_name_and_type, mongo_doc)
¶
Create object instance from Mongo document.