Opened 18 years ago
Closed 18 years ago
#3309 closed defect (duplicate)
prepopulate_from JS helper script passes some non latin-1/ascii chars
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The prepopulate_from JavaScript passes some Polish special chars: ź ń ł to the slug (it doesn't pass others like ą ś).
Change History (7)
comment:1 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
http://www.fotosik.pl/showFullSize.php?id=eb8d36c721059258 - the łźń in the Slug field should not be passed from Title. All Polish special chars should be stripped or changed to ascii base letters like ą -> a, ź -> z, ł -> l, ć -> c and so on.
comment:3 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Thanks, now I see. I wasn't so familar with the admin functionality, sorry. There's clearly an inconsistency between the JavaScript script and django.template.defaultfilters.urlify().
I keep this on my watchlist and will reopen it as soon as Jacob has revived the reopen button.
comment:4 by , 18 years ago
Keywords: | reopen added |
---|
comment:5 by , 18 years ago
Keywords: | reopen removed |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
comment:7 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Sorry, but I really can't figure out what you mean.
Can you please explain in details and reopen? A good way to explain a bug is to describe: