This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Description
Hi,
according to https://github.com/django-cms/djangocms-picture/blob/master/CHANGELOG.rst#200-2016-09-08 djangocms-picture (specifically "Migrate model field image to FilerImageField and renamed to picture") I assume the current create_picture_plugin implementation does not work properly with djangocms-picture 2.0.0 or higher.
The current implementation sets pic.image = path but would need to set pic.picture = some_FilerImage_instance I assume. Do I miss something here or is my observation valid? If my observation is valid, is there interest in fixing this? If so I would create a pull request then.
Greetings