[pyar] [django] agregar un campo "ficticio" al queryset
xavier lesa
xavierlesa en gmail.com
Mar Sep 28 14:53:14 ART 2010
podrias cambiar
en el list_display (... 'cantidad')
por
def get_cantidad(self):
return 'algo'
en el list_display (... 'get_cantidad')
Xavier Lesa
Desarrollo y Tecnología
Personal: +11 15 3868 3918
Skype: xavierlesa
twitter: @xavierlesa
2010/9/28 Daniel <dmlistapython en gmail.com>
> Gente, hace un tiempo estoy intentando agregar un campo "inventado"
> (léase que no está en el modelo)
> a una lista_editable del admin
> Me sugirieron (acá) que agregue el campo en el form
> lo hice de esta manera
> http://pastebin.com/PF7V3vRt
>
> pero obtengo:
> Exception Value: articuloAdmin.list_display[2], 'cantidad()' is not
> a callable or an attribute of 'articuloAdmin' or found in the model
> 'articulo'.
>
>
> cuando lo pongo en el list_display,
> cuando lo saco de ahí, edito el un registro y aparece el campoo
> Pero no puedo agregarlo en la lista_editable
>
> ¿alguna idea?
>
> Daniel Malisani
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20100928/cd4ebd14/attachment.html>
More information about the pyar
mailing list