What's Changed
- The
clear_delete_referencedmanagement command now supports a--timeout
option to selectively delete thumbnails (#721) - Added avif support through optional
pillow-avif-pluginpackage (#772) ImageField.delete_filewas removed (obsolete with Django > 1.2.5)- Make
ImageFormFieldrender withaccept="image/*"HTML attribute (#731) AdminImageWidgetinherits now from Django'sAdminFileWidget- Restored
ImageFile.keyoutput from the pre-13 releases, avoiding obsoleting
legacy thumbnails (#805) - crop='noop' now uses min-scaling like unset crop (#812)
- Added testing with Django 6.0 and 6.1, and Python 3.14.
- Dropped support for Django < 5.2.
New Contributors
- @amirreza-sf80 made their first contribution in #772
- @tubaman made their first contribution in #731
- @jacobtylerwalls made their first contribution in #809
- @fazalpsinfo-cmyk made their first contribution in #810
- @AndreyObviously made their first contribution in #807
- @M001N made their first contribution in #812
Full Changelog: 13.0.0...13.1.0