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

autoslug field doesn't work with non-latin characters #2736

Open
goapunk opened this issue Aug 1, 2024 · 0 comments
Open

autoslug field doesn't work with non-latin characters #2736

goapunk opened this issue Aug 1, 2024 · 0 comments
Labels
Dev: Not our bug External bugs that needs to get fixed elsewhere Prio: Low fix when there is time

Comments

@goapunk
Copy link
Contributor

goapunk commented Aug 1, 2024

We use django-autoslug to automatically create valid slugs for projects and organisations (the part which appears in the url). This works fine with latin names, however with non-latin names the autoslug package always returns the name of the model (e.g. "project" or "organisation"), see #2734. This is not our bug but if we actually want a+ to work well with non-latin languages we might want to fix it ourselves. There already is an issue for it here (justinmayer/django-autoslug#85) but I don't think it will be fixed by anyone. It should be fairly straightforward but there's also a lot of software which doesn't handle RTL languages very well.

@goapunk goapunk added the Dev: Not our bug External bugs that needs to get fixed elsewhere label Aug 1, 2024
@t-j-q t-j-q added the Prio: Low fix when there is time label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev: Not our bug External bugs that needs to get fixed elsewhere Prio: Low fix when there is time
Projects
None yet
Development

No branches or pull requests

2 participants