class BigAutoField(**options)
[source]
New in Django 1.10.
A 64-bit integer, much like an AutoField
except that it is guaranteed to fit numbers from 1
to 9223372036854775807
.
class BigAutoField(**options)
[source]
A 64-bit integer, much like an AutoField
except that it is guaranteed to fit numbers from 1
to 9223372036854775807
.
Please login to continue.