Re: Automatically create an InlineForm object inside an admin page

2012-08-30 Thread Nicolas Emiliani
On Tue, Aug 28, 2012 at 7:20 PM, Jill Green wrote: > I hope someone has come across this problem before because it's driving me > nuts. Basically I have a model, Partner and it has a PartnerAdmin page. > Inside the partner I have another model called Data that is an Inline to > the Partner. I

Automatically create an InlineForm object inside an admin page

2012-08-28 Thread Jill Green
I hope someone has come across this problem before because it's driving me nuts. Basically I have a model, Partner and it has a PartnerAdmin page. Inside the partner I have another model called Data that is an Inline to the Partner. I used the model.ForeignKey in the Data to reference it back