SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.39k stars 319 forks source link

Fix older #480

Closed goban closed 7 years ago

goban commented 7 years ago

Now should remove deprecation warning and still work on older versions.

timgraham commented 7 years ago

This doesn't work. inspect.signature() has a different return value than getargspec(). I suggested an approach in https://github.com/SmileyChris/easy-thumbnails/pull/479.

timgraham commented 7 years ago

I created https://github.com/SmileyChris/easy-thumbnails/pull/486 to fix this.

jrief commented 7 years ago

closed via #486