web/views/forms.py
changeset 8190 2a3c1b787688
parent 8128 0a927fe4541b
child 8665 e65af61bde7d
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
    52 from logilab.common.textutils import splitstrip
    52 from logilab.common.textutils import splitstrip
    53 from logilab.common.deprecation import deprecated
    53 from logilab.common.deprecation import deprecated
    54 
    54 
    55 from cubicweb import ValidationError, typed_eid
    55 from cubicweb import ValidationError, typed_eid
    56 from cubicweb.utils import support_args
    56 from cubicweb.utils import support_args
    57 from cubicweb.selectors import non_final_entity, match_kwargs, one_line_rset
    57 from cubicweb.predicates import non_final_entity, match_kwargs, one_line_rset
    58 from cubicweb.web import RequestError, ProcessFormError
    58 from cubicweb.web import RequestError, ProcessFormError
    59 from cubicweb.web import uicfg, form, formwidgets as fwdgs
    59 from cubicweb.web import uicfg, form, formwidgets as fwdgs
    60 from cubicweb.web.formfields import guess_field
    60 from cubicweb.web.formfields import guess_field
    61 
    61 
    62 
    62