]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/base.py
Fix on error with decoding settings from database. Ans dome other stuff.
[osqa.git] / forum / settings / base.py
index 08f3ea8b60ca66504b9eb7477c30f3818356d717..5bcf5fc51a6d929c6c82209c15ca2a3b1d22e9a9 100644 (file)
@@ -29,6 +29,9 @@ class BaseSetting(object):
 
             Setting.sets[set.name].append(self)
 
+    def __str__(self):
+        return str(self.value)
+
     def __unicode__(self):
         return unicode(self.value)