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

Skip to content

Tags: mthaddon/django-stdimage

Tags

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

3.0.0

Toggle 3.0.0's commit message
3.0.0

* Refactor tests to increase coverage
* Refator rendervariations command to use concurrent.futures
* Update badges
* Switch from coveralls to codecov
* Remove Django 1.8 & 1.10 support
* Remove Python 2 support
* Add Django 2.0 support
* Switch to pbr for releases
* Update coverage from 4.4.1 to 4.4.2
* Ignore all missing doc strings
* Update README.md
* Update pytest from 3.2.2 to 3.2.3
* Update tox from 2.8.2 to 2.9.1
* Update tox from 2.8.1 to 2.8.2
* Update pytest from 3.2.1 to 3.2.2
* Update tox from 2.8.0 to 2.8.1
* Update tox from 2.7.0 to 2.8.0
* Update pytest from 3.2.0 to 3.2.1

2.4.2

Toggle 2.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
codingjoe Johannes Maron
Release version 2.4.2

- Fix typos

2.4.1

Toggle 2.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
codingjoe Johannes Maron
Fix Windows import error

Verified

This tag was signed with the committer’s verified signature.
codingjoe Johannes Maron

2.3.3

Toggle 2.3.3's commit message
Fixes codingjoe#80 -- Use render_variations field kwarg in management…

… command

Previously the management command ignored the `render_variations`
kwarg on the `StdImageField`. This was a problem if someone used
a custom callable that did the rendering manually.

The management command now obeys the `render_variations`. Should it
be a callable, the callable will be called for all images in the
separate subprocesses.

Closes codingjoe#81

2.3.2

Toggle 2.3.2's commit message
Pumb version number for Django-CC release

2.3.1

Toggle 2.3.1's commit message
Raise CommandError on invalid field_path

An invalid `field_path` argument for the `rendervariations` command
gave an undescriptive `ValueError`. This commit changes that to an error
message informing the user about the wrong input.

Closed codingjoe#73
0