#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 , 8 years ago
| Owner: | changed from to |
|---|
comment:2 by , 8 years ago
| Type: | Uncategorized → Bug |
|---|
comment:3 by , 8 years ago
comment:4 by , 8 years ago
| Has patch: | set |
|---|
comment:5 by , 8 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:6 by , 8 years ago
| Triage Stage: | Accepted → Ready 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.
Note:
See TracTickets
for help on using tickets.
Created pull request https://github.com/django/django/pull/9325