def __str__ in models for py3

This commit is contained in:
mariuccio 2016-06-23 15:17:30 +02:00
parent b0ec8fa9a9
commit 4841c80d2a

View file

@ -313,6 +313,7 @@ class FormEntry(models.Model):
def __str__(self):
return self.__unicode__()
def get_absolute_url(self):
"""
Absolute URL, which goes to the dashboard workspace page.