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

Django 2.1 support #126

Closed chrisv2 closed 5 years ago

chrisv2 commented 5 years ago

This patch contains the Django 2.0 support from PR #123, and adds support for Django 2.1 (widget.render() must support a renderer argument now, see here).

anrie commented 5 years ago

Hey @chrisv2,

thanks for your contribution. I just merged #123. Could you please rebase the PR against master?

anrie commented 5 years ago

Okay, I did the rebase. 2.1 support is now merged. Thanks!