diff --git a/pandora/changelog/models.py b/pandora/changelog/models.py index 692e7312..9c8f6be0 100644 --- a/pandora/changelog/models.py +++ b/pandora/changelog/models.py @@ -38,7 +38,7 @@ def add_changelog(request, data, id=None): websocket.trigger_event('change', { 'action': c.action, 'id': c.changeid, - 'user': c.user, + 'user': c.user.username, }) class Log(models.Model):