Fix OrchestraModel `__str__` method.

This commit is contained in:
Santiago Lamora 2019-12-17 13:04:09 +01:00
parent e46c006e37
commit 7c17d929fa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class OrchestraModel:
api_name = None
verbose_name = None
fields = ()
param_defaults = {}
id = None
def __init__(self, **kwargs):
if self.verbose_name is None: