branch | stable |
changeset 6864 | ea95004494a2 |
parent 6141 | b8287e54b528 |
child 7323 | 53f38d39287f |
--- a/web/views/navigation.py Thu Jan 20 17:14:28 2011 +0100 +++ b/web/views/navigation.py Fri Jan 21 11:48:19 2011 +0100 @@ -187,6 +187,7 @@ """interface for entities which can be linked to a previous and/or next entity """ + __needs_bw_compat__ = True __regid__ = 'IPrevNext' __select__ = implements(IPrevNext, warn=False) # XXX for bw compat, else should be abstract