limit number of rows in change_list

2011-02-28 Thread bigfudge
How do I limit the number of rows displayed by default in a change_list? Many thanks, B -- 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 em

reversing admin urls

2010-07-12 Thread bigfudge
Hi - is it possible to reverse admin urls for user-apps? For example, if I have an app named "Survey" and a model named "Question", is there a consistent format for reversing the url to edit this model in the admin interface (by default this would be /admin/survey/question/) Many thanks, B -- Y