-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode support #754
Comments
mmm.... can you try encode utf-8 ? |
Hi @auvipy. try it where? |
@AnasBuhayh It sounds strange to me. I have used Cyrillic for tags and have not seen any issues with taggit. |
@sergeyklay I am really sorry but I found out that I didn't mention that my issue was with the slugs! the tag is saved but the slug associated with that tag is saved as an empty string. sorry again for the confusion |
I think that someone tried to fix this #572 |
This should be fixed in django-taggit 3.0.0! |
I try to use Django-taggit, but it saves all tags with Cyrillic slugs. How can I fix it? |
I have taggit v4.0 but this problem still actual. |
I am working on an Arabic blog and whenever I insert the tags in Arabic it saves the tag's slug as an empty string.
is there a way to allow Unicode tags slugs?
Models
Forms
Views
The text was updated successfully, but these errors were encountered: