On Sun, 2008-09-28 at 00:51 +0400, Oleg Broytmann wrote:
> On Sat, Sep 27, 2008 at 01:51:45PM -0400, David Turner wrote:
> > Depending on how attributes are set on child classes, rowupdatesignal
> > fires either just on the base class, or on both the base and the child.
> > This is inconsistent.
>
I have run into that before and can't remember how I got around it:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3'
This is what I'm trying to do:
solicitud = model.Solicitud(lugar_nacimiento =
kw['lugar_nacimiento'].decode('utf-8'))
I have also tried
solicitud = model.So