Re: Autoescape of & char ignoring safe filter

2012-10-03 Thread Marc Serra
? Regards, Marc Serra El dijous 4 d’octubre de 2012 1:28:23 UTC+2, Russell Keith-Magee va escriure: > > On Thu, Oct 4, 2012 at 1:17 AM, Marc Serra <mad...@gmail.com > > wrote: > > Laxmikant I think you didn't understand my point. I don't want it > escaped, > > and e

Re: Autoescape of & char ignoring safe filter

2012-10-03 Thread Marc Serra
t;> Hi, >> I have not used *sace* ever. But use *escape* this works for me. >> https://docs.djangoproject.com/en/1.0/ref/templates/builtins/#escape >> >> Cheers >> *Laxmikant G.* >> >> >> >> On Wed, Oct 3, 2012 at 4:06 AM, Marc Serra

Autoescape of & char ignoring safe filter

2012-10-02 Thread Marc Serra
s="always" allowfullscreen="true" height="340" width="560"> You know what can be the reason to this behaviour and how to solve it? Thank you, Marc Serra -- You received this message because you are subscribed to the Google Groups "Django users&quo

Strange Validation Error

2010-06-06 Thread Marc Serra
Hi, i'm new on Django, and i'm getting a validation error that i don't undestand. Here my models: # -*- coding: utf-8 -*- from django.db import models from django.contrib.auth.models import User from datetime import datetime # Create your models here. class Categoria(models.Model): nom =