From: Leandro Lucarella Date: Wed, 31 Jan 2007 05:06:43 +0000 (+0000) Subject: Bugfix (confundía grupo con rol). X-Git-Url: https://git.llucax.com/software/sercom.git/commitdiff_plain/d7e08265c7bc2b3d7d7da51a08838675087a761d Bugfix (confundía grupo con rol). --- diff --git a/sercom/model.py b/sercom/model.py index 7354509..7b36029 100644 --- a/sercom/model.py +++ b/sercom/model.py @@ -138,7 +138,6 @@ class Usuario(InheritableSQLObject, ByObject): #{{{ observaciones = UnicodeCol(default=None) activo = BoolCol(notNone=True, default=True) # Joins - grupos = RelatedJoin('Grupo') roles = RelatedJoin('Rol') def _get_user_name(self): # para identity