Now, NodeList.render() returns escaped data, but does not mark it as
safe (it's a unicode instance). Is this just an oversight, or as
designed? If the latter, can anyone explain why?
Michael
It's an oversight; I hadn't thought of that case. You're right, marking
render() output as safe should be the right thing to do. If you'd care
to open a ticket so this doesn't get lost, I'll fix it tomorrow or
during the sprint on the weekend.
Cheers,
Malcolm
Thanks Malcolm:
http://code.djangoproject.com/ticket/6057
Michael