Skip to content

Releases: codingjoe/django-stdimage

3.1.1

15 Apr 17:17
Compare
Choose a tag to compare
  • Fix log statment -- Use mod over format style (#190)

3.1.0

15 Apr 12:25
Compare
Choose a tag to compare
  • Add process_variation classmethod to simplify customization (#188)

3.0.1

01 Mar 16:55
Compare
Choose a tag to compare
  • Circumvent "OSError: image file is truncated" issue. (#184)

3.0.0

12 Nov 22:32
Compare
Choose a tag to compare
  • 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.0.6

14 Sep 18:27
Compare
Choose a tag to compare

Fix the path splitting when generating variation names
Using the standard os.path.split function, easier and safer.

The previous code relied on the presence of a '/' char in the filename.
This would failed when using upload_to=callable that returns a simple
filename without any directory.

v2.0.3

06 Aug 10:24
Compare
Choose a tag to compare
  • Added translation for de
  • Fixed validation message in MaxSizeValidator