#5976 closed (fixed)
Admin escapes non-breaking spaces for empty fields in change list
| Reported by: | Nick Lane | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Keywords: | ||
| 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
The admin change list displays in all empty fields since autoescape has landed, since a non-breaking space is returned but not marked as safe.
Attachments (1)
Change History (8)
by , 18 years ago
| Attachment: | 5976.patch added |
|---|
comment:1 by , 18 years ago
| Has patch: | set |
|---|
comment:2 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:3 by , 18 years ago
I noticed it on Friday but didn't have a chance to take a look at the cause until today. Sorry ;-)
comment:4 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:5 by , 18 years ago
Same Bug in newforms admin.
Same Patch also works with Newforms-Admin branch [6783].
comment:7 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
Gosh, I just make a ticket 20 minutes too late :)