rredkovich

Results 1 issues of rredkovich

#### Use-case abstract According to docs `readonly` parameter [should give False](http://docs.python-cerberus.org/en/stable/validation-rules.html#readonly) on validation if field with that parameter is in dict. Works as expected in general case: ```python import cerberus...

bug