Skip to content

Get rid of unicode-slugify extras #44

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

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Get rid of unicode-slugify extras #44

merged 1 commit into from
Oct 5, 2022

Conversation

amureki
Copy link
Contributor

@amureki amureki commented Oct 5, 2022

https://github.com/mozilla/unicode-slugify handles ümlauts similarly to Django internal slugify script: https://docs.djangoproject.com/en/4.1/_modules/django/utils/text/#slugify

We do not really need to have this extras, but can stick to a Django option.

https://github.com/mozilla/unicode-slugify handles úmlauts similarly to django internal slugify script: https://docs.djangoproject.com/en/4.1/_modules/django/utils/text/#slugify

We do not really need to have this extras, but can stick to a Django option.
@amureki
Copy link
Contributor Author

amureki commented Oct 5, 2022

@codingjoe could you, please, trigger CI here? 😇

@codingjoe codingjoe merged commit 5ed6f3f into codingjoe:main Oct 5, 2022
@amureki amureki deleted the django-slugify branch October 5, 2022 19:31
@@ -41,7 +41,6 @@ tests_require =

[options.extras_require]
slugify =
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for asking, but is there a reason to keep the empty extra requirement?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The intention was to not break the installation right away in case someone was using slugify as extra dependency. But maybe it is actually better to get rid of it completely.

@nschlemm is this causing you issues, or it is just your observation?

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

Successfully merging this pull request may close these issues.

3 participants