Include 30 items instead of 15 in IPR disclosure atom feed
- Legacy-Id: 1954
This commit is contained in:
parent
7471e7ea7a
commit
855ea085e1
|
@ -14,7 +14,7 @@ class LatestIprDisclosures(Feed):
|
|||
feed_url = "/feed/ipr/"
|
||||
|
||||
def items(self):
|
||||
return IprDetail.objects.filter(status__in=[1,3]).order_by('-submitted_date')[:15]
|
||||
return IprDetail.objects.filter(status__in=[1,3]).order_by('-submitted_date')[:30]
|
||||
|
||||
def item_pubdate(self, item):
|
||||
# this method needs to return a datetime instance, even
|
||||
|
|
Loading…
Reference in a new issue