emencia / cmsplugin-blocks

A set of DjangoCMS plugins for structured contents in CMS pages
https://cmspluginblocks.readthedocs.io/
MIT License
2 stars 0 forks source link

Album images import from a ZIP does not work anymore with Django>=2.0 #14

Closed sveetch closed 4 years ago

sveetch commented 4 years ago

When using the field to upload a ZIP to import image in an Album, an exception is raised:

'InMemoryUploadedFile' object has no attribute '_size This is due to recent Django (>=2.0) where _size attribute is not available anymore on InMemoryUploadedFile and have been replaced with size.