accepts Any by default (not sure it's necessary though, anyway it will be reomved in 3.2
authorsylvain.thenault@logilab.fr
Wed, 25 Feb 2009 18:41:24 +0100
changeset 962 1cc3c240b2d5
parent 961 3390ba558030
child 963 fc73fd8ba8d6
accepts Any by default (not sure it's necessary though, anyway it will be reomved in 3.2
common/view.py
--- a/common/view.py	Wed Feb 25 18:40:42 2009 +0100
+++ b/common/view.py	Wed Feb 25 18:41:24 2009 +0100
@@ -302,6 +302,7 @@
     """
     __registerer__ = accepts_registerer
     __selectors__ = (accept,)
+    accepts = ('Any',)
     category = 'entityview'
 
     def field(self, label, value, row=True, show_label=True, w=None, tr=True):