Commit b4fb6ef6 authored by Tom Kedem's avatar Tom Kedem

typo

parent 51ded02d
...@@ -601,7 +601,7 @@ class ModelView(BaseModelView): ...@@ -601,7 +601,7 @@ class ModelView(BaseModelView):
column = columns[0] column = columns[0]
# Join not needed for hybrid attributes # Join not needed for hybrid properties
if (not is_hybrid_property and tools.need_join(self.model, column.table) and if (not is_hybrid_property and tools.need_join(self.model, column.table) and
name not in self.column_labels): name not in self.column_labels):
visible_name = '%s / %s' % ( visible_name = '%s / %s' % (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment