Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get_json_data
Method
get_json_data
django/forms/utils.py:131–132 ·
view source on GitHub ↗
(self, escape_html=False)
Source
from the content-addressed store, hash-verified
129
return
{f: e.as_data()
for
f, e in self.items()}
130
131
def
get_json_data(self, escape_html=False):
132
return
{f: e.get_json_data(escape_html)
for
f, e in self.items()}
133
134
def
get_context(self):
135
return
{
Callers
3
as_json
Method · 0.45
test_error_dict
Method · 0.45
test_error_dict_as_json_escape_html
Method · 0.45
Calls
1
items
Method · 0.45
Tested by
2
test_error_dict
Method · 0.36
test_error_dict_as_json_escape_html
Method · 0.36