Are there any examples of instantiating a Mongoengine Document with an attribute being a ReferenceField from kwargs ?
I am looking for the same test case as "test_kwargs_simple" @ https://github.com/MongoEngine/mongoengine/blob/master/tests/document/instance.py#L2834
But replacing the EmbeddedDocument field by a ReferenceField.