mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-26 05:03:44 +00:00
def __str__ in models for py3
This commit is contained in:
parent
b0ec8fa9a9
commit
4841c80d2a
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue