Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_native
Method · 0.80
get_rendered_html_form
Method · 0.80
create
Method · 0.80
update
Method · 0.80
post
Method · 0.80
test_bulk_create_success
Method · 0.80
test_bulk_create_errors
Method · 0.80
test_invalid_list_datatype
Method · 0.80
test_invalid_single_datatype
Method · 0.80
test_invalid_single_object
Method · 0.80
test_bulk_update_success
Method · 0.80
test_bulk_update_and_create
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_bulk_create_success
Method · 0.64
test_bulk_create_errors
Method · 0.64
test_invalid_list_datatype
Method · 0.64
test_invalid_single_datatype
Method · 0.64
test_invalid_single_object
Method · 0.64
test_bulk_update_success
Method · 0.64
test_bulk_update_and_create
Method · 0.64
test_bulk_update_invalid_create
Method · 0.64
test_bulk_update_error
Method · 0.64
test_many_to_many_update
Method · 0.64
test_reverse_many_to_many_update
Method · 0.64
test_many_to_many_create
Method · 0.64