author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Fri, 14 Aug 2009 14:23:21 +0200 | |
changeset 2846 | e71d6a585b83 |
parent 2844 | 4657d6e16e0c (current diff) |
parent 2845 | 660caa3ddc4f (diff) |
child 2847 | c2ee28f4d4b1 |
--- a/entity.py Fri Aug 14 14:23:06 2009 +0200 +++ b/entity.py Fri Aug 14 14:23:21 2009 +0200 @@ -819,9 +819,6 @@ return eobj.get_value(self._attrname) def __set__(self, eobj, value): - # XXX bw compat - # would be better to generate UPDATE queries than the current behaviour - eobj.warning("[3.4] deprecated usage, don't use 'entity.attr = val' notation)") eobj[self._attrname] = value