# HG changeset patch # User Sverre Rabbelier # Date 1236361729 0 # Node ID b5d90a03fbe6b0e00965e2a6949936374187f190 # Parent c1d5a67e9e33dab27de342c4dc0c57490e49cf5c Bump the default pagination from 10 to 50 Patch by: Sverre Rabbelier diff -r c1d5a67e9e33 -r b5d90a03fbe6 app/soc/views/helper/lists.py --- a/app/soc/views/helper/lists.py Fri Mar 06 17:14:05 2009 +0000 +++ b/app/soc/views/helper/lists.py Fri Mar 06 17:48:49 2009 +0000 @@ -30,7 +30,7 @@ import soc.views.helper.forms -DEF_PAGINATION = 10 +DEF_PAGINATION = 50 MAX_PAGINATION = 100 DEF_PAGINATION_CHOICES = (