Skip to content

Releases: ui/django-thumbnails

v0.8

24 Jul 08:59
Compare
Choose a tag to compare
  • Automatically create a Source image if it doesn't exist. This feature makes migrating regular ImageField do django-thumbnails easier. Thanks @JobDoesburg!
  • Added compatibility with Python 3.13. Thanks @nZac!
  • ImageField now supports custom metadata backends. Thanks @marsha97!

v0.5.0

12 May 11:24
Compare
Choose a tag to compare
Tell PyPI that long description is in markdown

v0.4.0

08 Jan 06:33
35e42dc
Compare
Choose a tag to compare
  • Support for Django >= 3.0. Thanks @christianciu!
  • Added pregenerated_sizes to ImageField to allow thumbnails to be pregenerated on upload. Thanks @marsha97!
  • Thumbnails can be generated in different formats (e.g: JPG source image to WEBP thumbnail). Thanks @yosephbernandus!