hooks/notification.py
changeset 11084 ffd615e626f9
parent 10351 91e63306e277
--- a/hooks/notification.py	Tue Dec 01 14:44:55 2015 +0100
+++ b/hooks/notification.py	Tue Dec 01 16:10:18 2015 +0100
@@ -167,7 +167,7 @@
     __abstract__ = True # do not register by default
     __select__ = NotificationHook.__select__ & hook.issued_from_user_query()
     events = ('before_update_entity',)
-    skip_attrs = set()
+    skip_attrs = set(['modification_date'])
 
     def __call__(self):
         cnx = self._cw