django-daguerre
django-daguerre copied to clipboard
Custom Adjustment example requires `calculate()` method
The example custom adjustment on this page doesn't have a calculate()
method, but the documentation states that all Adjustment
subclasses must have a calculate()
method, so we should probably add one that just returns the original dimensions.