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

Fixed #28768 -- Added Slovak char map for Javascript slug generation. #9325

Merged
merged 1 commit into from Nov 3, 2017

Conversation

oko-x
Copy link

@oko-x oko-x commented Nov 3, 2017

added slovak unicode character map

@timgraham timgraham changed the title Fixed #25117 -- Added Slovak char map for Javascript slug generation Fixed #28768 -- Added Slovak char map for Javascript slug generation. Nov 3, 2017
@timgraham timgraham changed the base branch from stable/1.8.x to master November 3, 2017 12:50
@timgraham timgraham force-pushed the ticket_28768 branch 2 times, most recently from 6f9901f to 78cf0cb Compare November 3, 2017 12:55
@timgraham timgraham merged commit ba2c4ec into django:master Nov 3, 2017
chosak added a commit to chosak/wagtail that referenced this pull request Nov 14, 2018
Porting of Django PR wagtail#9325, which fixes Django ticket #28768. These
changes were made in Django 2.1.

This adds support for certain Slovak characters when auto-generating
slugs for new pages. This logic is only triggered if
settings.WAGTAIL_ALLOW_UNICODE_SLUGS is set to False; see

http://docs.wagtail.io/en/v2.1.1/advanced_topics/settings.html#unicode-page-slugs

To test, create a new page and enter a title like "Vŕba". The
page's slug field will be automatically set to "vrba". In the
previous behavior, this would instead be automatically set to "vba".

django/django#9325
https://code.djangoproject.com/ticket/28768
gasman pushed a commit to wagtail/wagtail that referenced this pull request Nov 16, 2018
Porting of Django PR #9325, which fixes Django ticket #28768. These
changes were made in Django 2.1.

This adds support for certain Slovak characters when auto-generating
slugs for new pages. This logic is only triggered if
settings.WAGTAIL_ALLOW_UNICODE_SLUGS is set to False; see

http://docs.wagtail.io/en/v2.1.1/advanced_topics/settings.html#unicode-page-slugs

To test, create a new page and enter a title like "Vŕba". The
page's slug field will be automatically set to "vrba". In the
previous behavior, this would instead be automatically set to "vba".

django/django#9325
https://code.djangoproject.com/ticket/28768
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants