Releases: codingjoe/django-pictures
Releases · codingjoe/django-pictures
1.7.0
What's Changed
- Resolve #240 -- Add support for Django's tasks framework (>6.0) by @codingjoe in #241
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
- Fix #227 -- Always warn about missing dimension fields by @jmsmkn in #229
- Drop Prometheus middleware from dramatiq settings by @amureki in #234
- Update Python version support by @codingjoe in #238
- Fix various type hints by @codingjoe in #237
- Fix #228 -- Skip migration for objects without files by @jmsmkn in #230
New Contributors
Full Changelog: 1.5.5...1.6.0
1.5.5
What's Changed
New Contributors
- @pre-commit-ci[bot] made their first contribution in #225
Full Changelog: 1.5.4...1.5.5
1.5.4
1.5.3
Full Changelog: 1.5.2...1.5.3
1.5.2
1.5.1
1.5.0
Native AVIF support 🚀
The default file type changes to AVIF (Baseline 2024) by @codingjoe in #205
You can skip this change, by setting explicit file types:
# settings.py
PICTURES = {
# …
"FILE_TYPES": ["WEBP"],
}Special thanks to @fdintino and the lovely people of the @python-pillow project <3
Full Changelog: 1.4.2...1.5.0
1.4.2
1.4.1
What's Changed
- Update Python & Django version support by @codingjoe in #206
- Update AVIF documentation by @codingjoe in #207
Full Changelog: 1.4.0...1.4.1