MCPcopy
hub / github.com/alanjds/drf-nested-routers / is_valid

Method is_valid

rest_framework/serializers.py:550–551  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

548 return self._errors
549
550 def is_valid(self):
551 return not self.errors
552
553 @property
554 def data(self):

Callers 15

field_from_nativeMethod · 0.80
createMethod · 0.80
updateMethod · 0.80
postMethod · 0.80

Calls

no outgoing calls