blag / django-wall

Automatically exported from code.google.com/p/django-wall
MIT License
0 stars 0 forks source link

recent items view should optionally ignore the days paramater #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you get recent items there is a maximum number of items and a maximum
numbers of days parameter that limits the number of items fetched. In some
cases users may not want the "days" limitation which normally causes items
that are older than that number of days to be ignored.

Original issue reported on code.google.com by rockmhow...@gmail.com on 28 Feb 2009 at 11:48

GoogleCodeExporter commented 9 years ago
Fixed in revision 5. If you pass in days <= 0 to get_recent_items() then the 
days
parameter is not used to limit the selected items (although the amount parameter
still limits the total number of items that are retrieved.)

Original comment by rockmhow...@gmail.com on 3 Mar 2009 at 3:24