Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- frontend/afe/models.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frontend/afe/models.py b/frontend/afe/models.py index 33ffb8c..cfaa836 100644 --- a/frontend/afe/models.py +++ b/frontend/afe/models.py @@ -561,7 +561,7 @@ class TestParameter(dbmodels.Model): unique_together = ('test', 'name') def __unicode__(self): - return u'%s (%s)' % (self.name, test.name) + return u'%s (%s)' % (self.name, self.test.name) class Profiler(dbmodels.Model, model_logic.ModelExtensions): -- 1.7.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html