We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8bce6 commit 6ac16a8Copy full SHA for 6ac16a8
fast_tmp/site/field.py
@@ -44,7 +44,7 @@ class TextControl(StrControl):
44
45
46
class IntControl(BaseAdminControl):
47
- _control_type = ControlEnum.number
+ _control_type = ControlEnum.native_number
48
49
50
class DecimalControl(BaseAdminControl):
0 commit comments