Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
class
FieldDoesNotExist(Exception):
11
""
"The requested model field does not exist"
""
12
13
pass
14
15
16
class
AppRegistryNotReady(Exception):
Callers
4
_get_non_gfk_field
Function · 0.90
rename_field
Method · 0.90
_prepare
Method · 0.90
get_field
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected