MCPcopy
hub / github.com/django/django / FieldDoesNotExist

Class FieldDoesNotExist

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

The requested model field does not exist

Source from the content-addressed store, hash-verified

8
9
10class FieldDoesNotExist(Exception):
11 """The requested model field does not exist"""
12
13 pass
14
15
16class AppRegistryNotReady(Exception):

Callers 4

_get_non_gfk_fieldFunction · 0.90
rename_fieldMethod · 0.90
_prepareMethod · 0.90
get_fieldMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected