summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leafymiracle/widgets.py1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
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",