Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ _clean_bound_field
Method
_clean_bound_field
django/forms/fields.py:271–273 ·
view source on GitHub ↗
(self, bf)
Source
from the content-addressed store, hash-verified
269
return
result
270
271
def
_clean_bound_field(self, bf):
272
value = bf.initial
if
self.disabled
else
bf.data
273
return
self.clean(value)
274
275
276
class
CharField(Field):
Callers
1
_clean_fields
Method · 0.45
Calls
1
clean
Method · 0.95
Tested by
no test coverage detected