This resolves a downstream issue where projects using "BigAutoField" as their default auto field, will generate an unwanted migration.
The unwanted migration will switch the field from AutoField to BigAutoField. This is unnecessary and causes issues - especially when working in an environment where you don't have permission to create the migration (e.g. #492).
This resolves a downstream issue where projects using "BigAutoField" as their default auto field, will generate an unwanted migration.
The unwanted migration will switch the field from AutoField to BigAutoField. This is unnecessary and causes issues - especially when working in an environment where you don't have permission to create the migration (e.g. #492).