This commit is contained in:
Ross
2021-02-08 16:16:23 +00:00
parent 13d67064ca
commit 30ad525ae0
+1 -1
View File
@@ -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"""