web/views/autoform.py
branchstable
changeset 5695 85bafafc1f22
parent 5693 8af6623f3d4e
child 5696 98d390c28edb
child 5769 b3b48e0b8e3b
equal deleted inserted replaced
5693:8af6623f3d4e 5695:85bafafc1f22
   126 from logilab.mtconverter import xml_escape
   126 from logilab.mtconverter import xml_escape
   127 from logilab.common.decorators import iclassmethod, cached
   127 from logilab.common.decorators import iclassmethod, cached
   128 from logilab.common.deprecation import deprecated
   128 from logilab.common.deprecation import deprecated
   129 
   129 
   130 from cubicweb import typed_eid, neg_role, uilib
   130 from cubicweb import typed_eid, neg_role, uilib
   131 from cubicweb.vreg import classid
   131 from cubicweb.vregistry import classid
   132 from cubicweb.schema import display_name
   132 from cubicweb.schema import display_name
   133 from cubicweb.view import EntityView
   133 from cubicweb.view import EntityView
   134 from cubicweb.selectors import (
   134 from cubicweb.selectors import (
   135     match_kwargs, match_form_params, non_final_entity,
   135     match_kwargs, match_form_params, non_final_entity,
   136     specified_etype_implements)
   136     specified_etype_implements)