web/views/autoform.py
changeset 10509 e8ac062d4b20
parent 10229 512ba8f37bd4
child 10522 1660a0fa4f43
--- a/web/views/autoform.py	Thu Jul 02 09:25:45 2015 +0200
+++ b/web/views/autoform.py	Wed Apr 08 11:29:24 2015 +0200
@@ -726,15 +726,6 @@
     # action on the form tag
     _default_form_action_path = 'validateform'
 
-    @deprecated('[3.18] you should override form_action()')
-    def set_action(self, action):
-        self._action = action
-
-    @deprecated('[3.18] use form_action()')
-    def get_action(self):
-        return self._action
-
-
     @iclassmethod
     def field_by_name(cls_or_self, name, role=None, eschema=None):
         """return field with the given name and role. If field is not explicitly