newforms question with multiple object types in the same form

2007-10-02 Thread Fred Palmer
Hi, I'm looking for the recommended way of handling this. I have some models like so: class ContactInfo(models.Model): uuid= UUIDField('UUID', blank=False, maxlength=50, core=True, unique=True, editable=False) first_name = models.CharField(blank=True, maxlength=20) l

Re: newforms question with multiple object types in the same form

2007-10-02 Thread Fred Palmer
trunk/tests/regressiontests/forms/forms.py > > > > > > -- Fred Palmer | Senior Software Engineer 615.653.7228 | www.studionow.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.