projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adding new art with user relations is there, sort of. Still needs adding relations...
[zzz-floof.git]
/
floof
/
model
/
users.py
diff --git
a/floof/model/users.py
b/floof/model/users.py
index
c38197c
..
4f83a75
100644
(file)
--- a/
floof/model/users.py
+++ b/
floof/model/users.py
@@
-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)