SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.37k stars 312 forks source link

add support for Django 4.2 storages (Django 5.1 support) #626

Open PetrDlouhy opened 7 months ago

PetrDlouhy commented 7 months ago

Fix for #625 and #616

anderspetersson commented 3 months ago

Django 5.1 is up for release this August, how can I help to get this merged?

PetrDlouhy commented 1 month ago

I have rewritten this and added Django 5.1 (pre-release) to the testing. Now all tests are passing on my repo: https://github.com/PetrDlouhy/easy-thumbnails/actions/runs/9267240401

The testing update PR #632 is part of this PR, so preferably pull that one first. @jrief @SmileyChris Would you please look at this?