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

Error for Admin ImageCroppingMixin in Django 2.1 #127

Closed Aupourbau closed 5 years ago

Aupourbau commented 5 years ago

Hello,

I m getting this error when applying the "ImageCroppingMixin" in Django 2.1 admin: "render() got an unexpected keyword argument 'renderer'"

It might be because of Django 2.1 moving to Jquery 3.3.1.

anrie commented 5 years ago

An update for 2.0 / 2.1 is on its way. See #123 and #126.

anrie commented 5 years ago

Should be fixed in the latest 1.2 release.