MCPcopy
hub / github.com/django/django / is_deletion

Method is_deletion

django/contrib/admin/models.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 return self.action_flag == CHANGE
114
115 def is_deletion(self):
116 return self.action_flag == DELETION
117
118 def get_change_message(self):
119 """

Callers 1

__str__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected