Commit 474c09da797e442a86f92f864976997019d496c1

Authored by Zambom
1 parent 5b9cb644

Changing str model function [Issue: #231]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
core/models.py
... ... @@ -112,4 +112,4 @@ class Log(models.Model):
112 112 verbose_name_plural = _('Logs')
113 113  
114 114 def __str__(self):
115   - return self.message
  115 + return self.context
... ...