2👍
✅
BigIntegerField
is a Model field, not a Form field
In the form you just use forms.IntegerField
:
https://docs.djangoproject.com/en/dev/ref/forms/fields/#integerfield
Source:stackexchange.com