Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/django-rest-framework
/ validate
Method
validate
rest_framework/serializers.py:731–732 ·
view source on GitHub ↗
(self, attrs)
Source
from the content-addressed store, hash-verified
729
]
730
731
def
validate(self, attrs):
732
return
attrs
733
734
def
update(self, instance, validated_data):
735
raise
NotImplementedError(
Callers
1
run_validation
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected