googlebot likes the wishlist feeds- give it more

pull/1/head
eric 2013-03-09 17:38:47 -05:00
parent c037764289
commit f3543bd914
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ class SupporterWishlistFeed(Feed):
return "/work/%s" % item.id
def items(self, obj):
return obj.wishlist.works.all().order_by('-id')[:5]
return obj.wishlist.works.all().order_by('-id')[:100]