Re: Auto-escaping comitted

2007-11-15 Thread Cedric Rossi
OK, I've submitted both #5953 and #5952. Thanks! Cedric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscrib

Re: Auto-escaping comitted

2007-11-15 Thread Cedric Rossi
> Excuse me for asking, but did you do something like > album.title = mark_safe(...) I would have asked too ;-) But no -- nothing like that. I'll prepare a small example a fill the ticket later tonight. Cedric --~--~-~--~~~---~--~~ You received this message beca

Re: Auto-escaping comitted

2007-11-15 Thread Cedric Rossi
> Probably best to file a ticket with a short example. Otherwise it will > just be forgotten. Right, will do as soon as possible. > The escape filter documentation does say this. Quoting from the docs: > > Applying ``escape`` to a variable that would normally have > auto-escapi

Re: Auto-escaping comitted

2007-11-15 Thread Cedric Rossi
On Nov 14, 2:11 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > As I've just mentioned on django-users, I finally arrived at a point > where I'm happy with the forwards-porting of the auto-escaping changes > and they've been committed in r6671. > > There may be a few corner cases in some of th