From 30ad525ae0cb7bbb7d85db9d3d71fc5c29704903 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 8 Feb 2021 16:16:23 +0000 Subject: [PATCH] . --- longs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/models.py b/longs/models.py index 8532d52b..74f2cdd6 100644 --- a/longs/models.py +++ b/longs/models.py @@ -207,7 +207,7 @@ class LongSeries(models.Model): return authors def get_author_display(self): - return ", ".join([self.get_author_objects()]) + return ", ".join([i.username for i in self.get_author_objects()]) def get_examination(self): """Returns a comma seperated text list of regions"""