diff options
author | Magnus Hagander | 2019-01-19 18:48:47 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-01-26 15:19:26 +0000 |
commit | a15682937549a22ffd65a88b67b94c498bf318c5 (patch) | |
tree | de5971ed14e51c34e7f2e286bf9a4896a0e8709f /pgweb/survey/models.py | |
parent | 7547b6f766106ba29c06ef1712330d771d1ca3de (diff) |
Generic unicode updates
Diffstat (limited to 'pgweb/survey/models.py')
-rw-r--r-- | pgweb/survey/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/survey/models.py b/pgweb/survey/models.py index ad4cd62b..e593da0a 100644 --- a/pgweb/survey/models.py +++ b/pgweb/survey/models.py @@ -30,7 +30,7 @@ class Survey(models.Model): purge_urls = ('/community/survey', '/community/$') - def __unicode__(self): + def __str__(self): return self.question @property |