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