Skip to content
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

slugify returns None when input is in string.ascii_letters #22

Open
karmux opened this issue Dec 6, 2017 · 1 comment
Open

slugify returns None when input is in string.ascii_letters #22

karmux opened this issue Dec 6, 2017 · 1 comment

Comments

@karmux
Copy link

karmux commented Dec 6, 2017

slugify('Slugify Me') returns None unexpectedly instead of slugify-me. language_code is not detected.

slugify('Slufigy Müõöä') returns slufigy-mueaoeae as expected. language_code is detected as l1.

@egorgvo
Copy link

egorgvo commented May 13, 2020

I have bypassed this issue by adding an insignificant letter in a different language. More specifically, I am adding Russian 'ъ':
slugify('ъSlugify Me') will return slugify-me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants