Re: Dynamic form field type.

2012-08-06 Thread Nicolas Emiliani
On Sun, Aug 5, 2012 at 9:08 PM, Melvyn Sopacua wrote: > Hi, > > On 6-8-2012 0:09, Nicolas Emiliani wrote: > > > I have three Models, > > > > Home, HomeAttributeType and HomeAttributeValue. HomeAttributeValue has > > an FK to HomeAttributeType and one to Home. > > > > The idea is that the user can

Re: Dynamic form field type.

2012-08-05 Thread Melvyn Sopacua
Hi, On 6-8-2012 0:09, Nicolas Emiliani wrote: > I have three Models, > > Home, HomeAttributeType and HomeAttributeValue. HomeAttributeValue has > an FK to HomeAttributeType and one to Home. > > The idea is that the user can add as many HomeAttributeTypes as he wants and > set the data type of t

Dynamic form field type.

2012-08-05 Thread Nicolas Emiliani
Hi, Since what I was trying to do in this post : "Dynamic fieldsets on ModelAdmin" seems to be a dead end, and I'm running out of wild ideas, i'm going to share with u what I'm trying to do so you can maybe help me out. I have three Models, Home, HomeAttributeType and HomeAttributeValue. HomeAtt