8000 Tags · rhenter/django-stdimage · GitHub
[go: up one dir, main page]

Skip to content

Tags: rhenter/django-stdimage

Tags

5.0.1

Toggle 5.0.1's commit message
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.

5.0.1.dev3

Toggle 5.0.1.dev3's commit message
Fix twine command execution

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add JPEGField (codingjoe#211)

4.1.0

Toggle 4.1.0's commit message
Include compiled messages in dist packages (codingjoe#208)

4.0.1

Toggle 4.0.1's commit message
Fix codingjoe#203 -- Prevent access to deferred fields in stdimage fi…

…le descriptor (codingjoe#204)

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop upload_to utils in favor of django-dynamic-filenames (codingjoe#201

)

3.2.0

Toggle 3.2.0's commit message
Add option to management command to ignore missing file (codingjoe#191)

3.1.1

Toggle 3.1.1's commit message
Fix log statment -- Use __mod__ over format style (codingjoe#190)

3.1.0

Toggle 3.1.0's commit message
Add process_variation classmethod to simplify customization (codingjo…

…e#188)

* Add missed variables to logger
* make rendervariation easier to customize
* a bit ugly way to make management command aware that if might be working with children of StdImageFieldFile

3.0.1

Toggle 3.0.1's commit message
Attempt to circumvent "OSError: image file is truncated" issue. (codi…

…ngjoe#184)

as detailed here: python-pillow/Pillow#1510
0