[Zope] Handling object changes

Andreas Jung andreas at andreas-jung.com
Fri Jun 4 10:39:24 EDT 2004



--On Freitag, 4. Juni 2004 16:19 Uhr +0000 Santi Camps <santi at zetadb.com> 
wrote:

> Hi all,
>
> I'm looking for some method to handle changes on my objects.   I'm
> interested in persistence changes.   I know I should be able to handle
> some changes writting a __setattr__ method, but I'm also interested into
> handle changes even if they are done in a list attribute, or in a
> dictionary attribute.   That's it, I would be able to handle any changed
> market in the "self._p_changed = 1" way, but I'm not able to find the
> piece of code doing this work.
>

This stuff is documented in the Zope Developers Guide and the two ZODB
for programmers articles somewhere in the docs section on zope.org.

-aj



More information about the Zope mailing list