.
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ class LongSeries(models.Model):
|
|||||||
return authors
|
return authors
|
||||||
|
|
||||||
def get_author_display(self):
|
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):
|
def get_examination(self):
|
||||||
"""Returns a comma seperated text list of regions"""
|
"""Returns a comma seperated text list of regions"""
|
||||||
|
|||||||
Reference in New Issue
Block a user