MCPcopy
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
16class CircularDependencyError(Exception):
17 """There's an impossible-to-resolve circular dependency."""
18
19 pass
20
21
22class InconsistentMigrationHistory(Exception):

Callers 1

ensure_not_cyclicMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected