diff -r e651d5f24cb5 -r b01dd0ef43aa cubicweb/web/views/editforms.py --- a/cubicweb/web/views/editforms.py Wed Mar 13 13:37:49 2019 +0100 +++ b/cubicweb/web/views/editforms.py Thu Mar 14 14:43:18 2019 +0100 @@ -26,7 +26,6 @@ from six.moves import range from logilab.common.registry import yes -from logilab.common.deprecation import class_moved from cubicweb import _ from cubicweb import tags @@ -299,9 +298,3 @@ copy_nav_params=True, formvid='edition') form.render(w=self.w) - - -# click and edit handling ('reledit') ########################################## - -ClickAndEditFormView = class_moved(reledit.ClickAndEditFormView) -AutoClickAndEditFormView = class_moved(reledit.AutoClickAndEditFormView)