Tags: rhenter/django-stdimage
Tags
Fix codingjoe#206 -- Overwrite variations by defaults We now overwrite files by default when a new files gets uploaded. This fixes an issue, where someone might upload a file with the same name twice the first initial variations get not replaced with a version of the newer file. It happens in the least IO consuming way. The rendervariations management command still behaves as before where variations are not replaced by default.
Fix codingjoe#203 -- Prevent access to deferred fields in stdimage fi… …le descriptor (codingjoe#204)
Drop upload_to utils in favor of django-dynamic-filenames (codingjoe#201 )
Add option to management command to ignore missing file (codingjoe#191)
Fix log statment -- Use __mod__ over format style (codingjoe#190)
Attempt to circumvent "OSError: image file is truncated" issue. (codi… …ngjoe#184) as detailed here: python-pillow/Pillow#1510
PreviousNext