This is major version which will drop compatibility with old Python and Django versions.
Supported Python versions are: 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
Supported Django Versions are: 3.2, 4.2, 5.2, 6.0
Upgrading since 5.0
Except from dropping support from older Python and Django versions there are no major changes in the API and most users will do not need to change anything in their code in order to upgrade from Django ImageKit 5.x to 6.x.
New features
- Add way to specify thumbnail format by @autoantwort in #574
- Make it possible to generate srcset with the thumbnail template tag by @autoantwort in #575
- Option to suppress exceptions with templatetags by @anentropic in #288
- Test newer Python and Django versions by @kviktor in #579
- Support Python 3.14 by @vstoykov in #583
Fixes
- Better log message grouping by @kviktor in #580
- Fix Read the Docs Build by @bryanveloso in #582
- Remove ResourceWarning during tests by @vstoykov in #584
New Contributors
- @autoantwort made their first contribution in #574
- @anentropic made their first contribution in #288
- @kviktor made their first contribution in #579
Full Changelog: 5.0...6.0