Disable admin pagination completely: discussion for ticket #4027

2007-04-30 Thread Marek Kubica
Hi all, I created a new ticket with the need to disable pagination in the admin object listing altogether. The current default value for pagination is 100 objects per page, which can of course be extended to sys.maxint and is surely enough but this leaves an odd feeling. In the ticket I put up di

Re: Disable admin pagination completely: discussion for ticket #4027

2007-04-30 Thread Ben Ford
Hi Marek, I wrote a patch a while back that implemented a 'number per page widget' for admin. It never really went anywhere as it needed a better patch and some tests, which I didn't have the time to supply. I don't know if you would find this useful, let me know if you like and I can send you the

Re: Disable admin pagination completely: discussion for ticket #4027

2007-05-01 Thread Marek Kubica
Hello Ben, On Mon, 30 Apr 2007 16:49:57 +0700, Ben Ford wrote: > I wrote a patch a while back that implemented a 'number per page widget' for > admin. It never really went anywhere as it needed a better patch and some > tests, which I didn't have the time to supply. I don't know if you would > f

Re: Disable admin pagination completely: discussion for ticket #4027

2007-05-01 Thread Jason Davies
On May 1, 5:20 pm, Marek Kubica <[EMAIL PROTECTED]> wrote: > The current situation is a little bit annoying, with newforms-admin being > nearly ready and oldforms-admin getting unsupported. Yeah, it would be good if newforms-admin could be merged asap. I assume it's just the edit_inline functio