Re: reverse url of admin list

2010-10-12 Thread Marc Aymerich
On Tue, Oct 12, 2010 at 7:46 PM, Sævar Öfjörð wrote: > It's called 'changelist' > > So you should call reverse('admin:invoice_invoice_changelist') > Wow Sævar, thank you very much! -- Marc -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: reverse url of admin list

2010-10-12 Thread Sævar Öfjörð
It's called 'changelist' So you should call reverse('admin:invoice_invoice_changelist') -Sævar On Oct 12, 1:39 pm, Marc Aymerich wrote: > I'm trying to find out what is the reverse url sentence for the "admin list" > of a specific model of an app. Suppose that we have an app called 'invoice' >

reverse url of admin list

2010-10-12 Thread Marc Aymerich
I'm trying to find out what is the reverse url sentence for the "admin list" of a specific model of an app. Suppose that we have an app called 'invoice' and this has a model also called 'invoice'. I want to get this url: "/admin/invoice/invoice" via reverse function. Something like : >>> reverse('