barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

broken thumbnails, easy_thumbnails dep out of date #237

Closed minusf closed 4 years ago

minusf commented 4 years ago

Please bump the easy_thumbnails dependency, 2.4.1 breaks thumbnail generation.

AttributeError("'FileSystemStorage' object has no attribute 'modified_time'")
barseghyanartur commented 4 years ago

@minusf:

Aggressive pinning should not be necessary. For now it's pinned to everything greater than or equal to 2.4.1. Like that, package safely passes tests for range Django 1.11 to 3.0.

Test requirements, however, do have their own pinned versions (which resolves nicely).