[pyar] Encoding problem?

Diego Uribe Gamez diego.uribe.gamez en gmail.com
Mar Dic 6 20:59:22 ART 2011


Eso es, muchas gracias :)

El 6 de diciembre de 2011 18:09, Tordek <kedrot en gmail.com> escribió:

> On 12/06/2011 08:06 PM, Diego Uribe Gamez wrote:
>
>> el problema es que la placa se compone de letras y numeros, estoy
>> teniendo problemas con el unicode y me sigue saliendo object Carro
>> en el admin de Django:
>>
>> Que puedo hacer para arreglar este problema?
>>     def *__unicode__*(self):
>>         print "Vehiculo: {0}".format(self.placa)
>>
>>
>> aught TypeError while rendering: coercing to Unicode: need string or
>> buffer, NoneType found
>>
>
> Ahí se lee claro: "Esperaba un string, recibí None"
>
> Estás _imprimiendo_ el string; tenés que retornarlo. print no devuelve su
> argumento.
>
> (Also, estás devolviendo un str en el método __unicode__. Tenés que
> devolver un string unicode. Probá con
>
> def __unicode__(self):
>    return u"Vehículo: {0}".format(self.placa)
>
>
>
>  Caught TypeError while rendering: __str__ returned non-string (type
>> NoneType)
>>
>
> Exactamente igual que arriba.
>
>  Gracias.
>>
>> --
>> *Diego Alonso Uribe Gamez*
>>
>
> --
> Guillermo O. «Tordek» Freschi. Programador, Escritor, Genio Maligno.
> http://tordek.com.ar :: http://twitter.com/tordek
> ______________________________**_________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/**listinfo/pyar<http://listas.python.org.ar/listinfo/pyar>
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>



-- 
 *Diego Alonso Uribe Gamez*
------------------------------

*Desarrollador web*

Twitter: @DiegoUG <http://www.twitter.com/DiegoUG>

Google+: http://gplus.to/diegoug
------------------------------
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20111206/5bf4677f/attachment.html>


More information about the pyar mailing list