#11888 closed (worksforme)
Unable to render file name with special chars (non-ascii)
Reported by: | rjc | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.1 |
Severity: | Keywords: | file unicode | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
File field render in admin doesn't support non-ascii. It doesn't even render the anchor, given no error.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | t11888_r11366.patch added |
---|
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Needs tests: | set |
---|
comment:3 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I can't recreate a problem here. Using trunk r12678 I:
Created an object in admin. The object has a file field, and I specified a file named 'unicode汉汉.txt' for upload during creation.
Selected "Save and continue editing". Admin presented the edit page for the newly-created object. The file field widget then includes a link to the current file, which I can click and then be taken to a new page showing the file contents.
This happened to be on Apache/mod_wsgi. I need more details of the failing case to understand what the reported problem here might be.
patch against v1.1 (r11366)