MCPcopy
hub / github.com/django/django / DisallowedModelAdminToField

Class DisallowedModelAdminToField

django/contrib/admin/exceptions.py:10–13  ·  view source on GitHub ↗

Invalid to_field was passed to admin view via URL query string

Source from the content-addressed store, hash-verified

8
9
10class DisallowedModelAdminToField(SuspiciousOperation):
11 """Invalid to_field was passed to admin view via URL query string"""
12
13 pass
14
15
16class AlreadyRegistered(Exception):

Callers 3

_changeform_viewMethod · 0.90
_delete_viewMethod · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected