16 Dec
2002
16 Dec
'02
9:20 a.m.
I want to track modifications of objects and I don't know when Zope changes the bobobase_modification_time. Is there a method I could overwrite for this? Thanks, Cornel
16 Dec
16 Dec
7:25 p.m.
New subject: [Zope-dev] Track modification
On Mon, 16 Dec 2002, Cornel Nitu wrote:
I want to track modifications of objects and I don't know when Zope changes the bobobase_modification_time. Is there a method I could overwrite for this?
No. Bobobase_modification_time is the timestamp in the ZODB (the database) when the object record was last modified. If you want to track modification times that have some other definition, you'll have to create your own tracking infrastructure (a property on your objects and appropriate code to update it). --RDM
8517
Age (days ago)
8517
Last active (days ago)
1 comments
2 participants
participants (2)
-
Cornel Nitu -
R. David Murray