Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ CircularDependencyError
Class
CircularDependencyError
django/db/migrations/exceptions.py:16–19 ·
view source on GitHub ↗
There's an impossible-to-resolve circular dependency.
Source
from the content-addressed store, hash-verified
14
15
16
class
CircularDependencyError(Exception):
17
""
"There's an impossible-to-resolve circular dependency."
""
18
19
pass
20
21
22
class
InconsistentMigrationHistory(Exception):
Callers
1
ensure_not_cyclic
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected