web/views/searchrestriction.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 10 Nov 2008 19:33:55 +0100
changeset 16 a70ece4d9d1a
parent 0 b97547f5f1fa
child 1802 d628defebc17
permissions -rw-r--r--
fix tests in web/test NOTES: 1/ there are still 2 automatic tests failing (xml output doesn't match the DTD because of <optgroup> nodes) 2/ facets test are skipped for now (API has changed)

"""contains utility functions and some visual component to restrict results of
a search

:organization: Logilab
:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__ = "restructuredtext en"

from logilab.common.deprecation import moved

insert_attr_select_relation = moved('cubicweb.web.facet',
                                    'insert_attr_select_relation')