From b82e24486bd7d0f21b1cdfdfdabf9ca4bc460f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 28 Jul 2018 16:49:06 +0200 Subject: [PATCH 2/4] misc: don't mark django conditions as beta anymore (#25601) --- wcs/qommon/form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcs/qommon/form.py b/wcs/qommon/form.py index 43a95da2..0434646d 100644 --- a/wcs/qommon/form.py +++ b/wcs/qommon/form.py @@ -2360,7 +2360,7 @@ class ConditionWidget(CompositeWidget): options = [ ('python', _('Python Expression'), 'python'), - ('django', _('Django Expression (beta)'), 'django'), + ('django', _('Django Expression'), 'django'), ] self.add(StringWidget, 'value_django', size=80, -- 2.18.0