Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ is_change
Method
is_change
django/contrib/admin/models.py:112–113 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
return
self.action_flag == ADDITION
111
112
def
is_change(self):
113
return
self.action_flag == CHANGE
114
115
def
is_deletion(self):
116
return
self.action_flag == DELETION
Callers
1
__str__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected