class IntegerField(**options)
[source]
An integer. Values from -2147483648
to 2147483647
are safe in all databases supported by Django. The default form widget for this field is a NumberInput
when localize
is False
or TextInput
otherwise.
Please login to continue.