jazzband / django-redshift-backend

Redshift database backend for Django
Apache License 2.0
82 stars 47 forks source link

Add support for BigAutoField #9

Closed m-vdb closed 8 years ago

m-vdb commented 8 years ago

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 the BigAutoField.

Cheers!

shimizukawa commented 8 years ago

Thanks! I'll take a look.

shimizukawa commented 8 years ago

BigAutoField is introduced by https://github.com/django/django/commit/2a7ce34600d0f879e93c9a5e02215948ed3bb6ac

shimizukawa commented 8 years ago

LGTM!

m-vdb commented 8 years ago

that was pretty quick! thanks! When's the next pip release? 🍾

shimizukawa commented 8 years ago

Released! 🍾 https://pypi.python.org/pypi/django-redshift-backend/0.5