Re: Adding a link to edit_inline

2009-04-23 Thread Alfonso
Solved this myself with the excellent tutorial at http://www.juripakaste.fi/blog/django-admin-inline-link.html. Thought it might be of use to someone else here! A On 22 Apr, 19:48, Alfonso wrote: > I think this is probably a number of questions in one so here it goes: > > I need to add a hyper

Adding a link to edit_inline

2009-04-22 Thread Alfonso
I think this is probably a number of questions in one so here it goes: I need to add a hyperlink to an inline record that will take the user to a 'price history' view that lists the previous prices for that inline product. My question is can I edit edit_inline for that model only and no other?