branch | stable |
changeset 5612 | 177a9a059717 |
parent 5592 | 41ad8ca3047e |
child 5627 | a7e40cccdc9b |
child 5656 | abe97430b3f5 |
--- a/web/views/autoform.py Sun May 30 02:03:54 2010 +0200 +++ b/web/views/autoform.py Tue Jun 01 08:35:09 2010 +0200 @@ -648,7 +648,6 @@ _default_form_action_path = 'validateform' # pre 3.8.3 compat - @property def set_action(self, action): self._action = action @deprecated('[3.9] use form.form_action()')