Re: Add a Button in Admin

2006-04-20 Thread Adrian Holovaty
On 4/20/06, bradford <[EMAIL PROTECTED]> wrote: > I have two models: Foo and Bar. Bar contains a FK to Foo. > > In the admin, when the admin looks at one of the Foo records, I want > them to be able to clear all Bar records that contain a FK to the Foo > record that's being used. How can I add

Add a Button in Admin

2006-04-20 Thread bradford
I hope this makes sense: I have two models: Foo and Bar. Bar contains a FK to Foo. In the admin, when the admin looks at one of the Foo records, I want them to be able to clear all Bar records that contain a FK to the Foo record that's being used. How can I add a button to the Foo admin view