projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merged add_tags and lib.search into lib.tags.
[zzz-floof.git]
/
floof
/
model
/
users.py
diff --git
a/floof/model/users.py
b/floof/model/users.py
index
bacdfe6
..
a6f3a6d
100644
(file)
--- a/
floof/model/users.py
+++ b/
floof/model/users.py
@@
-11,7
+11,7
@@
from elixir import *
from search import GalleryWidget
class User(Entity):
from search import GalleryWidget
class User(Entity):
- name = Field(Unicode(20))
+ name = Field(Unicode(20)
, unique=True
)
display_name = Field(Unicode(20))
uploads = OneToMany('Art')
has_many('identity_urls', of_kind='IdentityURL')
display_name = Field(Unicode(20))
uploads = OneToMany('Art')
has_many('identity_urls', of_kind='IdentityURL')