Allow passing a widget class to SourceColumn. This makes using lambdas to render model column unnecesary and are mostly removed too. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
6 lines
116 B
Python
6 lines
116 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class NavigationError(Exception):
|
|
"""Base navigation app exception"""
|