Skip to content

Releases: canada-nyc/django-simpleimages

1.2.0

07 Apr 17:41
Compare
Choose a tag to compare
Bump changes.

1.1.1

07 Apr 17:21
Compare
Choose a tag to compare
  • Fix height/width order in scale. Before they were reversed (and broken). If you had set width=200 it would really scale to be height=200

v1.1.0

27 Jan 15:51
Compare
Choose a tag to compare
  • Display progress for management command
  • Require Pillow for install

v1.0.4

05 Sep 01:45
Compare
Choose a tag to compare
  • Will not try to save if there is no source file
  • Will delete destination if, either, there is no source or the transformation does not return an image

v1.0.3

05 Sep 01:44
Compare
Choose a tag to compare
  • Fixed spelling for DUMPER_CALLER setting.

v1.0.2

05 Sep 01:44
Compare
Choose a tag to compare
  • Another bugfix for finding management command

v1.0.1

05 Sep 01:43
Compare
Choose a tag to compare
  • Bugfix so that Django finds management commands

v1.0.0

23 Aug 22:51
Compare
Choose a tag to compare

Added Sphinx docs, changed to py.test, and added option to use django-rq

v0.2.7

02 Jul 20:40
Compare
Choose a tag to compare

Save only filename and not whole path for transformed images

v0.2.6

02 Jul 20:40
Compare
Choose a tag to compare

Use .count() for management command instead of len()