MCPcopy
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
129class FieldError(Exception):
130 """Some kind of problem with a model field."""
131
132 pass
133
134
135class FieldFetchBlocked(FieldError):

Callers 15

get_formMethod · 0.90
fields_for_modelFunction · 0.90
__new__Method · 0.90
select_related_descendFunction · 0.90
_resolve_output_fieldMethod · 0.90
_resolve_output_fieldMethod · 0.90
resolve_expressionMethod · 0.90
__new__Method · 0.90
add_update_valuesMethod · 0.90
find_ordering_nameMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected