adding new art with user relations is there, sort of. Still needs adding relations...
[zzz-floof.git] / floof / model / users.py
index c38197c..4f83a75 100644 (file)
@@ -20,6 +20,9 @@ class User(Entity):
 
     def __unicode__(self):
         return self.name
+    
+    def __str__(self):
+        return self.name
 
     def __init__(self, **kwargs):
         super(User, self).__init__(**kwargs)