Skip to content

Releases: codingjoe/django-stdimage

5.1.0

12 Apr 21:22

Choose a tag to compare

  • Add French translations (#219)

5.0.3

02 Apr 09:08

Choose a tag to compare

  • Add support for Pillow 7.1.0

5.0.2

31 Dec 10:08

Choose a tag to compare

  • Remove Django 3.0 DeprecationWarning #215

5.0.1

28 Aug 12:32

Choose a tag to compare

  • Fix #206 -- Overwrite variations by defaults #213

5.0.1.dev3

28 Aug 12:26

Choose a tag to compare

5.0.1.dev3 Pre-release
Pre-release

Test Heroku CI

5.0.0

23 Jul 15:47
3249f92

Choose a tag to compare

  • Add JPEGField that behaves like the StdImageField but all variations are JPEGs.
  • Add delete_orphans argument to remove orphaned files.
  • Remove pre_delete_delete_callback signal receiver in favor of delete_orphans argument.
  • Remove pre_save_delete_callback signal receiver in favor of delete_orphans argument.

4.1.0

29 Jun 15:20

Choose a tag to compare

  • Add Serbian Cyrillic and Serbian Latin translations (#207)
  • Include compiled messages in dist packages (#208)
  • Update package setup and distribution

4.0.1

23 Nov 15:59

Choose a tag to compare

  • Fix #203 -- Prevent access to deferred fields in stdimage file descriptor (#204)

4.0.0

07 Sep 07:06
1ff71ac

Choose a tag to compare

BREAKING CHANGE

3.2.0

15 May 07:29

Choose a tag to compare

  • Add option to management command to ignore missing file (#191)