Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#28768 closed Bug (fixed)

Update urlify.js with Slovak missing characters

Reported by: okolimar Owned by: okolimar
Component: contrib.admin Version: 1.8
Severity: Normal Keywords: admin, slugify, urlify
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,
after some reading, I think my issue seems to be similar to #25117 (romanian characters missing).
I have the same problem with slovak characters missing (slugify, urlify):
ľ should be l
Right now the slovak characters get lost (for a slugfield when prepopulating from another field in admin) .

Change History (8)

comment:1 by okolimar, 6 years ago

Owner: changed from nobody to okolimar

comment:2 by okolimar, 6 years ago

Type: UncategorizedBug

comment:4 by okolimar, 6 years ago

Has patch: set

comment:5 by okolimar, 6 years ago

Triage Stage: UnreviewedAccepted

comment:6 by Tim Graham, 6 years ago

Triage Stage: AcceptedReady for checkin

This won't be included in Django 1.8 becayse per our supported versions policy, 1.8 is only receiving data loss and security fixes. I'll include it in the next major release, Django 2.0.

comment:7 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In ba2c4ec:

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

comment:8 by Tim Graham <timograham@…>, 6 years ago

In c7b12249:

[2.0.x] Fixed #28768 -- Added Slovak char map for Javascript slug generation.

Backport of ba2c4ec7ccf4e7fb3bbb9a5df643f50b2f38ee2a from master

Note: See TracTickets for help on using tickets.
Back to Top