Re: Form Data is not saving to database

2009-02-04 Thread Brian Neal
On Feb 3, 11:02 pm, Praveen wrote: > Oops... yeah Brian that i forgot to make it as a foriegn key to the > user table and that might be surprised without making foriegn key i > did not get any error even though my settings.DEBUG is true. but now i > made user

Re: Form Data is not saving to database

2009-02-03 Thread Praveen
Oops... yeah Brian that i forgot to make it as a foriegn key to the user table and that might be surprised without making foriegn key i did not get any error even though my settings.DEBUG is true. but now i made user field in MemberProfile but the same problem my form data is not saving to

Re: Form Data is not saving to database

2009-02-03 Thread Brian Neal
On Feb 3, 6:36 am, Praveen wrote: > http://dpaste.com/116096/ The user field in your MemberProfile is a CharField (I was expecting it to be a ForeignKey to the User table). I think the problem is you can't assign request.user to a CharField (line 31). I'm

Form Data is not saving to database

2009-02-03 Thread Praveen
http://dpaste.com/116096/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to