vlad.zverev
Results
3
issues of
vlad.zverev
find_and_modify to find_one_and_update remove to delete_one
MongoId.converter() code was moved in trafaret into .check_and_return()
```python new_schema = t.Dict({}) new_schema.keys = keys ``` This `create_validator` func takes not empty `Dict` (with `keys` and with `_keys`) and then this lines creates empty `Dict()` and add `keys`...