Re: Autoescape of & char ignoring safe filter

2012-10-03 Thread Marc Serra
CONTEXT_PROCESSORS (except auth, needed by admin interface) and MIDDLEWARE_CLASSES with no success. Can you point me something else I can or should check? 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

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
&hl=en&fs=1&hd=1"; type="application/x-shockwave-flash" allowscriptaccess="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 -

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 = mod