Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ as_data
Method
as_data
django/forms/utils.py:160–161 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
158
self.field_id = field_id
159
160
def
as_data(self):
161
return
ValidationError(self.data).error_list
162
163
def
copy(self):
164
copy = super().copy()
Callers
2
get_json_data
Method · 0.95
test_error_list_copy
Method · 0.95
Calls
1
ValidationError
Class · 0.90
Tested by
1
test_error_list_copy
Method · 0.76