cubicweb/hooks/notification.py
changeset 11129 97095348b3ee
parent 11084 ffd615e626f9
parent 11057 0b59724cb3f2
child 11767 432f87a63057
--- a/cubicweb/hooks/notification.py	Thu Feb 11 21:59:49 2016 +0100
+++ b/cubicweb/hooks/notification.py	Wed Feb 17 13:45:34 2016 +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