SmileyChris / easy-thumbnails

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

add alias name to the thumbnail options (fixes #543) #544

Closed Takiro closed 4 years ago

Takiro commented 4 years ago

Fixes #543 Adds missing 'ALIAS' key in thumbnail options and enables namers to access the alias name, like the built in easy_thumbnailer.namer.alias that didn't work before.