MCPcopy Create free account
hub / github.com/django/django / value_omitted_from_data

Method value_omitted_from_data

django/forms/widgets.py:620–624  ·  view source on GitHub ↗
(self, data, files, name)

Source from the content-addressed store, hash-verified

618 return upload
619
620 def value_omitted_from_data(self, data, files, name):
621 return (
622 super().value_omitted_from_data(data, files, name)
623 and self.clear_checkbox_name(name) not in data
624 )
625
626
627class Textarea(Widget):

Callers 1

Calls 2

clear_checkbox_nameMethod · 0.95

Tested by 1