This repository was archived by the owner on Dec 30, 2019. It is now read-only.
Tags: 21Buttons/django-stdimage
Tags
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
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
Fixed codingjoe#56 -- Updated progressbar2 to version 3.x Closed codingjoe#65
PreviousNext