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

Properly close files after finish using them #545

Closed vstoykov closed 1 year ago

vstoykov commented 2 years ago

This change is mostly related to tests and setup.py. On the imagekit's own code base all files are properly closed.