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

cropping tool not showing in admin with django 1.11 #115

Closed Aupourbau closed 7 years ago

Aupourbau commented 7 years ago

screen shot 2017-04-27 at 09 35 03

fekoh commented 7 years ago

I can not confirm this -- using django 1.11.1 Looks like you have an error in the code which you should maybe provide to get help.

admin_crop

Aupourbau commented 7 years ago

It works when freecrop=True, but not when we put a fixed size in my case: image = ImageCropField( ('image'), upload_to='project/%Y/%m/%d' ) cropping_image = ImageRatioField( 'image', '1600x900', )

Aupourbau commented 7 years ago

The issue seems to be fixed with Django 1.11.2