little things
[zzz-floof.git] / floof / model / search.py
index be2bb9e..a413eb6 100644 (file)
@@ -6,6 +6,7 @@ from floof.lib.search import do_search
 class SavedSearch(Entity):
     string = Field(Unicode) # I tried calling this query, but it broke elixir
     author = ManyToOne('User')
+    fork = ManyToOne("SavedSearch")
     
     def __unicode__(self):
         return self.string