From: Leandro Lucarella Date: Fri, 9 Mar 2007 03:51:07 +0000 (+0000) Subject: Bugfix: Comando debe ser Inheritable. X-Git-Tag: 0_9~107 X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/commitdiff_plain/f7393e0e6363d1c56d579a9fe86c99f9a45bb4bf?ds=sidebyside;hp=1951014908ab4002a9a52931860a8a124f49655f Bugfix: Comando debe ser Inheritable. --- diff --git a/sercom/model.py b/sercom/model.py index 0ccb1a2..688fbb0 100644 --- a/sercom/model.py +++ b/sercom/model.py @@ -362,7 +362,7 @@ class TareaPrueba(Tarea): #{{{ % (self.id, self.nombre, self.descripcion) #}}} -class Comando(SQLObject): #{{{ +class Comando(InheritableSQLObject): #{{{ # Campos comando = ParamsCol(length=255, notNone=True) descripcion = UnicodeCol(length=255, default=None)