MCPcopy
hub / github.com/django/django / formfield

Method formfield

django/db/models/fields/__init__.py:2132–2138  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

2130 )
2131
2132 def formfield(self, **kwargs):
2133 return super().formfield(
2134 **{
2135 "form_class": forms.FloatField,
2136 **kwargs,
2137 }
2138 )
2139
2140
2141class IntegerField(Field):

Callers

nothing calls this directly

Calls 1

formfieldMethod · 0.45

Tested by

no test coverage detected