We've upgraded for Django==1.10 and there is a new interesting field that we want to use with Redshift: BigAutoField. You'll see the PR is pretty straightforward. I couldn't add tests because I don't want to break previous versions of Django that don't support the BigAutoField.
Hi @shimizukawa!
We've upgraded for
Django==1.10
and there is a new interesting field that we want to use with Redshift:BigAutoField
. You'll see the PR is pretty straightforward. I couldn't add tests because I don't want to break previous versions of Django that don't support theBigAutoField
.Cheers!