Open GoogleCodeExporter opened 8 years ago
It seems to work for us to change nodes.py like this:
def get_content(self, context):
query_set = self._get_query_set()
if self.num == 1:
try:
result = query_set[0]
except Exception:
result = []
else:
result = list(query_set[:self.num])
Original comment by ryan.a.p...@gmail.com
on 30 Aug 2008 at 1:02
Original issue reported on code.google.com by
bela.hau...@gmail.com
on 17 Aug 2008 at 1:59