MCPcopy
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
16class AlreadyRegistered(Exception):
17 """The model is already registered."""
18
19 pass
20
21
22class NotRegistered(Exception):

Callers 1

registerMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected