saved searches is going awesome. Partial work on adding them as galleries
[zzz-floof.git] / floof / model / art.py
index 6fd2036..c3fba3a 100644 (file)
@@ -18,7 +18,7 @@ class Art(Entity):
     original_filename = Field(Unicode(120))
     hash = Field(String)
 
-    uploaded_by = ManyToOne('User')
+    uploader = ManyToOne('User')
     tags = OneToMany('Tag')
 
     # def __init__(self, **kwargs):