The code already supported Python 3.10. Making it official.
Django 3.2 has a non-backwards compatible change that requires a migration from AutoField to BigAutoField
The application disables this change and will remain on AutoField.
The code already supported Python 3.10. Making it official.
Django 3.2 has a non-backwards compatible change that requires a migration from AutoField to BigAutoField
The application disables this change and will remain on AutoField.