MCPcopy
hub / github.com/django/django / changed_data

Method changed_data

django/forms/forms.py:382–383  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

380
381 @cached_property
382 def changed_data(self):
383 return [name for name, bf in self._bound_items() if bf._has_changed()]
384
385 @property
386 def media(self):

Callers

nothing calls this directly

Calls 2

_bound_itemsMethod · 0.95
_has_changedMethod · 0.80

Tested by

no test coverage detected