Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ AlreadyRegistered
Class
AlreadyRegistered
django/contrib/admin/exceptions.py:16–19 ·
view source on GitHub ↗
The model is already registered.
Source
from the content-addressed store, hash-verified
14
15
16
class
AlreadyRegistered(Exception):
17
""
"The model is already registered."
""
18
19
pass
20
21
22
class
NotRegistered(Exception):
Callers
1
register
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected