Skip to content

Releases: codingjoe/django-stdimage

6.0.2

06 Nov 17:25
bc9af2a
Compare
Choose a tag to compare

What's Changed

  • Fix deepcopy & pickle for unsaved model instances & empty image fields by @syphar in #324

New Contributors

Full Changelog: 6.0.1...6.0.2

6.0.1

21 May 13:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

21 May 10:40
Compare
Choose a tag to compare

BREAKING

This will be the final major release of django-stdimage. We were ever busy last couple month
to release django-pictures. Django Pictures is focused on modern, responsive image serving.

We will continue to release bug fixes for this version.

What's Changed

New Contributors

Full Changelog: 5.3.3...6.0.0

5.3.3

04 Apr 12:25
c3d520d
Compare
Choose a tag to compare

Full Changelog: 5.3.2...5.3.3

5.3.2

02 Apr 18:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.1...5.3.2

5.3.1

31 May 09:02
Compare
Choose a tag to compare
  • Fix JPEG size conversion for unlimited large files

5.3.0

26 Mar 09:47
Compare
Choose a tag to compare
  • Make progressbar2 an optional dependency
  • Resolve deprecation errors and add Django 3.2 CI suite
  • Improve dist packages and version classifiers

5.2.1

26 Mar 08:17
e981a6d
Compare
Choose a tag to compare
  • Fix #224 -- delete_orphans independent from blank (#225)

5.2.0

04 Mar 17:47
Compare
Choose a tag to compare
  • Drop multiprocessing in rendervariations command.
    It is preferred to use asynchronous renders and to perform
    image rendering on optimized workers. Therefore, using multiprocessing
    to simply queue tasks adds more errors than it does good.
  • Update CI setup to latest Django & Python version support

5.1.1

14 Apr 06:29
4c7194a
Compare
Choose a tag to compare
  • Set file stream cursor to zero position after running validators (#218)