Chris Vigelius
Chris Vigelius
# Steps to reproduce 1. run the example project 2. try to upload a large image ([for example this 16000x16000 gif](https://github.com/user-attachments/assets/7cc1604c-84c0-461c-a938-74af18710769)) using ModelForm # Expected result The form should be...
Python 3.6 is not available any more in the workflow runner, so I removed it and added Python 3.10 instead. Also, I upgraded easy_thumbnails to 3.8.5 in the example project,...
* inspect.getargspec() was removed from Python 3.11+ * BaseResponse was removed from Werkzeug 2.1.0+