benjhastings
Results
2
issues of
benjhastings
Issue https://github.com/MongoEngine/mongoengine/issues/1594 (related: https://github.com/MongoEngine/mongoengine/pull/2193) suggests that it has resolved the issue with having dots in a key name. However, this does't seem to be the case. Tested with mongoengine==0.22.1 and...
…ng to accept *args and **kwargs. Make parse_string and parse_html_string be instance methods on a base class so they can be easily overridden if necessary. In the base class make...