jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

Fix tests with Django 1.9 #81

Closed fritz-k closed 8 years ago

fritz-k commented 8 years ago

django-webtest added Django 1.9 compatibility with version 1.7.8.

All tests pass with Django 1.9 and python 3.5.

fritz-k commented 8 years ago

Never mind, tox still fails on travis. Locally everything passes.