TyMaszWeb / django-cookie-law

Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user
BSD 2-Clause "Simplified" License
140 stars 69 forks source link

Django 1.10 compatibility #18

Closed farin closed 8 years ago

piotrkilczuk commented 8 years ago

Thanks for your contribution.

There seems to be something wrong with the Travis build and it doesn't seem to be caused by your changes. I'll investigate and get back to you.

Also importantly we should start testing against more recent Django versions in travis. The latest Django we are really testing against is 1.6.11.

Would you perhaps like to have a look into it in a separate Pull Request @farin ?

piotrkilczuk commented 8 years ago

OK, I've downgraded selenium library to < 3.0 and it runs OK (and is sufficient for this trivial project).

Please merge or rebase with master to re-trigger a build.