Re: django-profile instance data on custom form

2009-03-13 Thread Simon Greenwood
On Mar 12, 3:11 pm, simong wrote: > I'm creating a profile form that includes first_name and last_name > fields that write to the User model  and additional fields that write > to my user profile model derived from Alex S's post > here:http://groups.google.com/group/django-users/msg/00e49ca16c

django-profile instance data on custom form

2009-03-12 Thread simong
I'm creating a profile form that includes first_name and last_name fields that write to the User model and additional fields that write to my user profile model derived from Alex S's post here: http://groups.google.com/group/django-users/msg/00e49ca16c63762c class UserProfileForm(forms.Form):