branch | stable |
changeset 1909 | 58374d1f6d9b |
parent 1907 | 0f3363d24239 |
parent 1887 | 7e19c94ce0d7 |
child 1977 | 606923dff11b |
--- a/selectors.py Sun May 24 22:40:44 2009 +0200 +++ b/selectors.py Sun May 24 22:41:24 2009 +0200 @@ -926,6 +926,8 @@ except Unauthorized: return 0 + def __repr__(self): + return u'<rql_condition "%s" at %x>' % (self.rql, id(self)) class but_etype(EntitySelector): """accept if the given entity types are not found in the result set.