jazzband / django-redshift-backend

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

Support Django-1.11 #19

Closed dkarchmer closed 7 years ago

dkarchmer commented 7 years ago

Simple change: BaseDatabaseValidation now comes from django.db.backends.base.validation Also added Django-1.11 to tox version set. All test pass

Would be great to release right away, as it is blocking move to Django 1.11

dkarchmer commented 7 years ago

Fixes #17

dkarchmer commented 7 years ago

All tests are passing but don't understand why python setup.py check -s -r fails. Can you point me to what I'm missing? @shimizukawa

dkarchmer commented 7 years ago

Seems like at least the 0.6 release had the same broken test.

shimizukawa commented 7 years ago

Thanks for your PR! I merge this PR because it seems not to be the cause of the error. I will fix the test later.

shimizukawa commented 7 years ago

fixed: https://travis-ci.org/shimizukawa/django-redshift-backend/builds/224214875