]> git.llucax.com Git - software/sercom-old.git/commitdiff
Bugfix. master svn_import
authorLeandro Lucarella <llucax@gmail.com>
Mon, 24 Oct 2005 23:16:13 +0000 (23:16 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 24 Oct 2005 23:16:13 +0000 (23:16 +0000)
src/sercom/sqlo.py

index c81e066eed114cd7837716fdd0842c4974811707..f2f1c12d78a248243e626f240ddd1f3a38e5c3c3 100644 (file)
@@ -31,7 +31,7 @@ class Curso(BaseSQLObject):
     docentes        = RelatedJoin('Docente')
     entregas        = MultipleJoin('Entrega')
     inscriptos      = MultipleJoin('Inscripto')
-    ejercicios      = RelatedJoin('Curso', intermediateTable = 'entrega')
+    ejercicios      = RelatedJoin('Ejercicio', intermediateTable = 'entrega')
 
 class Inscripto(BaseSQLObject):
     # Clave