Re: Building a form to write one of two models

2009-10-16 Thread Antoni Aloy
2009/10/16 Luke Sneeringer : > > Good morning, > I have two models that have mostly-similar fields (they both inherit > from a single, abstract model in Django) and one different field. I'd > really like it to be two separate tables in the database for > normalization

Building a form to write one of two models

2009-10-16 Thread Luke Sneeringer
Good morning, I have two models that have mostly-similar fields (they both inherit from a single, abstract model in Django) and one different field. I'd really like it to be two separate tables in the database for normalization (each has a separate, one-to-many relationship with another table and