summaryrefslogtreecommitdiff
path: root/project/scipycon/base/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/scipycon/base/models.py')
-rw-r--r--project/scipycon/base/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/scipycon/base/models.py b/project/scipycon/base/models.py
index 9041e77..0e8d7c4 100644
--- a/project/scipycon/base/models.py
+++ b/project/scipycon/base/models.py
@@ -26,6 +26,9 @@ class Event(models.Model):
def __unicode__(self):
return '%s %s' % (self.name, self.turn)
+ def get_full_name(self):
+ return self.__unicode__()
+
class Timeline(models.Model):
"""Timeline of the program