app/soc/logic/lists.py
changeset 572 1b3e7280743a
parent 560 a32be584ee04
child 625 ec867361b5ba
equal deleted inserted replaced
571:2aad108bc617 572:1b3e7280743a
    26   """List array suitable for enumerating over with just 'for in'
    26   """List array suitable for enumerating over with just 'for in'
    27   """
    27   """
    28 
    28 
    29   DEF_PASSTHROUGH_FIELDS = [
    29   DEF_PASSTHROUGH_FIELDS = [
    30       'pagination',
    30       'pagination',
       
    31       'pagination_form',
    31       'description',
    32       'description',
    32       'heading',
    33       'heading',
    33       'row',
    34       'row',
    34       'limit',
    35       'limit',
    35       'newest',
    36       'newest',