jonasundderwolf / django-image-cropping

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

Support Django-2.0 #123

Closed emacsway closed 5 years ago

emacsway commented 6 years ago

A little fix to work with Django-2.0

llann commented 6 years ago

Is this project still maintained? As many PR are still waiting since 2 years without any comments.

MRigal commented 6 years ago

Great contribution @emacsway !

Could you maybe extract the django_version test to some function in image_cropping/utils.py to avoid duplicated code?