From 7fbc81696a5e401ca20df581736ed60b03edaa31 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 13 Apr 2011 00:28:36 -0400 Subject: Hiding relations of length 0 --- leafymiracle/widgets.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/leafymiracle/widgets.py b/leafymiracle/widgets.py index eb542af..b144f4e 100644 --- a/leafymiracle/widgets.py +++ b/leafymiracle/widgets.py @@ -39,6 +39,7 @@ class LeafyGraph(SQLARadialGraph): alphabetize_relations = 24 alphabetize_minimal = True show_attributes = False + show_empty_relations = False imply_relations = True auto_labels = False deep_linking = True diff --git a/setup.py b/setup.py index c89a1d5..c32abc7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ requires = [ 'zope.sqlalchemy', 'WebError', "formencode", - "tw2.jit>=0.2.8b26", + "tw2.jit>=0.2.8b27", "tw2.jqplugins.ui", "kitchen", "docutils", -- cgit