From 474c09da797e442a86f92f864976997019d496c1 Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 2 Nov 2016 16:22:53 -0300 Subject: [PATCH] Changing str model function [Issue: #231] --- core/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/models.py b/core/models.py index cb3013e..dba12f0 100644 --- a/core/models.py +++ b/core/models.py @@ -112,4 +112,4 @@ class Log(models.Model): verbose_name_plural = _('Logs') def __str__(self): - return self.message + return self.context -- libgit2 0.21.2