Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ FieldError
Class
FieldError
django/core/exceptions.py:129–132 ·
view source on GitHub ↗
Some kind of problem with a model field.
Source
from the content-addressed store, hash-verified
127
128
129
class
FieldError(Exception):
130
""
"Some kind of problem with a model field."
""
131
132
pass
133
134
135
class
FieldFetchBlocked(FieldError):
Callers
15
get_form
Method · 0.90
fields_for_model
Function · 0.90
__new__
Method · 0.90
select_related_descend
Function · 0.90
_resolve_output_field
Method · 0.90
_resolve_output_field
Method · 0.90
resolve_expression
Method · 0.90
__new__
Method · 0.90
add_update_values
Method · 0.90
find_ordering_name
Method · 0.90
get_related_selections
Method · 0.90
get_select_for_update_of_arguments
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected