Hi,
We have recently migrated to django 1.10 and with prior version of Django 1.7 we had . a patch to convert AutoField to "BigInt" instead of "int".
Since Django 1.10 provides capability to use BigAutoField for "BigInt", we don't want to patch anymore.
Is there a way to define primary key as "BIgAutoField" in settings , so that we don't have to explicitly define "id" column for each model.
Regards,
Priyanka