django-daguerre icon indicating copy to clipboard operation
django-daguerre copied to clipboard

Custom Adjustment example requires `calculate()` method

Open harrislapiroff opened this issue 10 years ago • 0 comments

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.

harrislapiroff avatar Sep 05 '14 21:09 harrislapiroff