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

Skip to content
This repository was archived by the owner on Dec 30, 2019. It is now read-only.

Tags: 21Buttons/django-stdimage

Tags

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

2.3.0

Toggle 2.3.0's commit message
Fixes Django 1.10 related issues

Closes codingjoe#72

2.2.1

Toggle 2.2.1's commit message
Bump version number

2.2.0

Toggle 2.2.0's commit message
Upgrade ci and package for django 1.9

Closed codingjoe#67

2.1.1

Toggle 2.1.1's commit message
Fixed codingjoe#56 -- Updated progressbar2 to version 3.x

Closed codingjoe#65
0