summaryrefslogtreecommitdiffstats
path: root/packages/views/__init__.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-07 21:52:39 +0200
committerDan McGee <dan@archlinux.org>2012-04-07 21:58:28 +0200
commit5d9f87c02bd8ad73fdb27600e0afe71284e3082f (patch)
tree0d24baee0fa28d6bc2bdde2c8b40ce365a941d3e /packages/views/__init__.py
parent9684e7c095585059033ac29339b058931a6547e3 (diff)
downloadarchweb-5d9f87c02bd8ad73fdb27600e0afe71284e3082f.tar.gz
archweb-5d9f87c02bd8ad73fdb27600e0afe71284e3082f.tar.xz
Add JSON search view
This still might change and should not be viewed as a public API yet. This has been a longstanding request in FS#13026. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'packages/views/__init__.py')
-rw-r--r--packages/views/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/views/__init__.py b/packages/views/__init__.py
index 2ed266e..6a9c527 100644
--- a/packages/views/__init__.py
+++ b/packages/views/__init__.py
@@ -20,7 +20,7 @@ from ..utils import (get_group_info, get_differences_info,
# make other views available from this same package
from .flag import flaghelp, flag, flag_confirmed, unflag, unflag_all
-from .search import search
+from .search import search, search_json
from .signoff import signoffs, signoff_package, signoff_options, signoffs_json