web/views/calendar.py
changeset 6882 b5e34836f84e
parent 6736 36ed2bf7ad3d
parent 6864 ea95004494a2
child 7183 5ea2bfd55399
--- a/web/views/calendar.py	Thu Jan 20 10:10:22 2011 +0100
+++ b/web/views/calendar.py	Mon Jan 24 17:02:38 2011 +0100
@@ -44,6 +44,7 @@
 
 
 class ICalendarableAdapter(EntityAdapter):
+    __needs_bw_compat__ = True
     __regid__ = 'ICalendarable'
     __select__ = implements(ICalendarable, warn=False) # XXX for bw compat, should be abstract