Pyro Cat

Results 1 issues of Pyro Cat

It seems there's a typo in `Serializer.run_validators` method which is supposed to update initial data with default values from read-only fields. Instead, the value remains unchanged. ``` def run_validators(self, value):...