Integer out of range
Try using BigIntegerField if you integers are that big. From the documentation:
A 64 bit integer, much like an IntegerField except that it is guaranteed to fit numbers from -9223372036854775808 to 9223372036854775807. The admin represents this as an
<input type="text">
(a single-line input).