Gonzalo
Gonzalo
Set X or Y scale to 1.0 when corresponding source size is 0.
Hi there, I'm getting a `ZeroDivisionError` when uploading an SVG using django-filer. The error is coming from easy_thumbnails' scale_and_crop processor, when computing the scale: ``` Traceback (most recent call last):...
## Description We have a Django codebase that's able to run two different sites (one in English, the other one in Spanish) using different settings. We're currently on Django CMS...
Amount SchemaNodes have an arbitrary and hardcoded max value of 20000 for apparently no reason, preventing transactions for higher values from going through. The following code causes that error: ```python...