Is it possible to use unicode letters in tag-names
Im trying to create a tag tree using Icelandic characters like í á ú þ æ ý ð etc. But it is not allowed.
I've tried setting
ALLOW_UNICODE_SLUGS = True
but it does not seem to have any effect on this.
Comments