matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.27k stars 275 forks source link

Test against Django 4.0 #546

Closed vstoykov closed 1 year ago

vstoykov commented 2 years ago

It's still in beta but the main is 4.1 Also add USE_TZ = False in test settings to silance deprecation warnig for Django 5

vstoykov commented 1 year ago

Replaced by #560