Re: Filter horizontal question

2008-10-09 Thread Donn
On Thursday, 09 October 2008 18:10:49 SnappyDjangoUser wrote: > I think you are looking for the Pagination class Thanks for the reply -- I know about Pagination but I was asking in a particular context. Perhaps those docs mention the admin side of things. I will have another look. \d

Re: Filter horizontal question

2008-10-09 Thread SnappyDjangoUser
I think you are looking for the Pagination class. Check out the documentation at http://docs.djangoproject.com/en/dev/topics/pagination/. On Oct 7, 2:14 am, Donn <[EMAIL PROTECTED]> wrote: > Hi, > After spending many (many) days on my own CRUD system I am *really* seeing the > beauty of the

Re: Filter horizontal question

2008-10-09 Thread Donn
Bump... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For

Filter horizontal question

2008-10-07 Thread Donn
Hi, After spending many (many) days on my own CRUD system I am *really* seeing the beauty of the Django Admin system! A few quick questions -- regarding Many to many field and filter_horizontal : 1. Assuming I have thousands of records, call them books, does that interface provide paging? 2.