Re: Feature Request: Support for abstract models in ModelForm

2012-11-14 Thread Tom Evans
On Tue, Nov 13, 2012 at 7:04 PM, Rohit Banga wrote: > I have some abstract models and I have created several concrete > implementations of each of these models. The usecase is create multiple sets > of tables across each having the same set of fields. When I use abstract > models for modelforms it

Feature Request: Support for abstract models in ModelForm

2012-11-13 Thread Rohit Banga
I have some abstract models and I have created several concrete implementations of each of these models. The usecase is create multiple sets of tables across each having the same set of fields. When I use abstract models for modelforms it works fine until I get a unique key in the picture. Deta