web/facet.py
branchstable
changeset 2305 8f6dbe884700
parent 2152 edec2c9055e5
child 2312 af4d8f75c5db
equal deleted inserted replaced
2292:8240a7d0d52a 2305:8f6dbe884700
    19 from logilab.common.compat import all
    19 from logilab.common.compat import all
    20 
    20 
    21 from rql import parse, nodes
    21 from rql import parse, nodes
    22 
    22 
    23 from cubicweb import Unauthorized, typed_eid
    23 from cubicweb import Unauthorized, typed_eid
       
    24 from cubicweb.schema import display_name
    24 from cubicweb.utils import datetime2ticks, make_uid, ustrftime
    25 from cubicweb.utils import datetime2ticks, make_uid, ustrftime
    25 from cubicweb.selectors import match_context_prop, partial_relation_possible
    26 from cubicweb.selectors import match_context_prop, partial_relation_possible
    26 from cubicweb.appobject import AppRsetObject
    27 from cubicweb.appobject import AppRsetObject
    27 from cubicweb.web.htmlwidgets import HTMLWidget
    28 from cubicweb.web.htmlwidgets import HTMLWidget
    28 
    29