Take a look at the class responsible for naming thumbnails created using the sorl sketch.
You can subclass it and use your own class as your sketch:
# in your settings.py: THUMBNAIL_BACKEND = 'path.to.MyThumbnailBackend'
The previous snippet was the source code of _get_thumbnail_filename . You can configure this code to generate a name at a time convenient for you.
source share