diff -r 0ad62d6b6f8e -r c4123c741c66 entity.py --- a/entity.py Fri Oct 15 11:25:51 2010 +0200 +++ b/entity.py Fri Oct 15 11:25:59 2010 +0200 @@ -1094,7 +1094,7 @@ return self return eobj.cw_attr_value(self._attrname) - @deprecated('[3.10] use entity.cw_attr_cache[attr] = value') + @deprecated('[3.10] assign to entity.cw_attr_cache[attr] or entity.cw_edited[attr]') def __set__(self, eobj, value): if hasattr(eobj, 'cw_edited') and not eobj.cw_edited.saved: eobj.cw_edited[self._attrname] = value