]> git.llucax.com Git - software/sercom.git/commitdiff
Ejercicio no tiene campo nombre.
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Sun, 25 Feb 2007 19:32:15 +0000 (19:32 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Sun, 25 Feb 2007 19:32:15 +0000 (19:32 +0000)
sercom/model.py

index 01b908e1531450a49bde6cadaaff88e0ba81cddd..84919ae54b166f58b8af5e4494c564bae634e0a1 100644 (file)
@@ -456,7 +456,7 @@ class Ejercicio(SQLObject, ByObject): #{{{
 
     def shortrepr(self):
         return '(%s, %s, %s)' \
-            % (self.curso.shortrepr(), self.nombre, \
+            % (self.curso.shortrepr(), str(self.numero), \
                 self.enunciado.shortrepr())
 #}}}