diff --git a/rattail_tempmon/db/model.py b/rattail_tempmon/db/model.py index 985de17..160de00 100644 --- a/rattail_tempmon/db/model.py +++ b/rattail_tempmon/db/model.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2018 Lance Edgar +# Copyright © 2010-2020 Lance Edgar # # This file is part of Rattail. # @@ -178,6 +178,7 @@ class Probe(Base): """, backref=orm.backref( 'probes', + order_by='Probe.description', doc=""" List of probes which monitor this appliance. """))