app/soc/views/helper/lists.py
changeset 1604 297444daac68
parent 1459 2584724403ff
child 1667 95bc81b4cd5c
equal deleted inserted replaced
1603:ec08b2b00439 1604:297444daac68
   106   Args:
   106   Args:
   107     request: the Django HTTP request object
   107     request: the Django HTTP request object
   108     params: a dict with params for the View this list belongs to
   108     params: a dict with params for the View this list belongs to
   109     filter: a filter for this list
   109     filter: a filter for this list
   110     idx: the index of this list
   110     idx: the index of this list
       
   111     need_content: iff True will return None if there is no data
   111 
   112 
   112   Returns:
   113   Returns:
   113     A a dictionary with the following values set:
   114     A a dictionary with the following values set:
   114 
   115 
   115     {
   116     {