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

utf8mb4 #540

Closed zabugin-oleg closed 3 years ago

zabugin-oleg commented 4 years ago

I can't use easy_thumbnails with MySQL with utf8mb4 encoding, as the key length for Name is too long (must be <= 191 to comply).

name = models.CharField(max_length=255, db_index=True)