Re: Paging admin pages

2006-08-22 Thread Chris Long

This might be of use:

http://www.djangoproject.com/documentation/model_api/#list-per-page

Chris


--~--~-~--~~~---~--~~
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 more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Paging admin pages

2006-08-22 Thread Giovanni Giorgi

Hi all,
 I have searched the mailing archive about paging the admin interface
but without success.
I have done a small blog application, and when I go to
 http://myhost/admin/blog/post/
I see a very huge list of "post" objects.
I have reached 26 posts without paging...I have read it can be done
with little effort.
I need a very basic behavior.
Can you point me to some documentation page?
I'd like to not rewrite the admin inteface!
Thank you.


--~--~-~--~~~---~--~~
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 more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---