Skip to content

Support Python 3.10 and Django 3.2

Latest
Compare
Choose a tag to compare
@gchazot gchazot released this 09 Oct 22:34
· 5 commits to master since this release
53d9ad5

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.