respondcreate / django-versatileimagefield

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
http://django-versatileimagefield.readthedocs.io/
MIT License
531 stars 88 forks source link

Update supported versions of Django #200

Closed browniebroke closed 1 year ago

browniebroke commented 1 year ago

Fix #197

coveralls commented 1 year ago

Coverage Status

Coverage: 100.0%. Remained the same when pulling a960b908f523541b0b5493a04d3eef95e986dd2e on browniebroke:update-django-support into 318e033b4d7fb800598f2f2de2893077065dfba7 on respondcreate:master.

respondcreate commented 1 year ago

Fantastic job on this, @browniebroke and apologies for taking so long to review it. Still working my way through everything but wanted to let you know how much I appreciate you taking the time to submit such a helpful (and needed!) PR. :)

browniebroke commented 1 year ago

Thanks for the feedback @respondcreate

Let me know if there is anything I can do to help in getting this released.

respondcreate commented 1 year ago

@browniebroke Merged and pushed to PyPI as django-versatileimagefield==3.0. Thanks again for all you hard work on this thorough, professional PR!!