Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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)

5976.patch (754 bytes ) - added by Nick Lane 16 years ago.

Download all attachments as: .zip

Change History (8)

by Nick Lane, 16 years ago

Attachment: 5976.patch added

comment:1 by Nick Lane, 16 years ago

Has patch: set

comment:2 by Chris Beaven, 16 years ago

Triage Stage: UnreviewedReady for checkin

Gosh, I just make a ticket 20 minutes too late :)

comment:3 by Nick Lane, 16 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 Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [6705]) Fixed #5976 -- Handle auto-escaping correctly for empty columns in admin change
view.

comment:5 by Thomas Kerpe, 16 years ago

Same Bug in newforms admin.
Same Patch also works with Newforms-Admin branch [6783].

comment:6 by Thomas Kerpe, 16 years ago

Added another Ticket for newforms admin [6078]

in reply to:  6 comment:7 by Thomas Kerpe, 16 years ago

Replying to toke:

Added another Ticket for newforms admin [6078]

Sorry, wrong Syntax
Erm #6078

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