Re: request.user.save() doesnt work

2011-03-12 Thread Ndungi Kyalo
Keep in mind am using this on appengine as django-nonrel. Perhaps someone in the nonrel project or someone with some experience with it could tell us whether this is a known issue On 12 March 2011 12:11, Ndungi Kyalo wrote: > It is a django.contrib.auth.models.User , as you say. > > > On 11 Marc

Re: request.user.save() doesnt work

2011-03-12 Thread Ndungi Kyalo
It is a django.contrib.auth.models.User , as you say. On 11 March 2011 22:06, Jason Culverhouse wrote: > > On Mar 11, 2011, at 10:46 AM, Daniel Roseman wrote: > > > On Thursday, March 10, 2011 11:59:15 PM UTC-8, Ndungi Kyalo wrote: > > Hi guys. Am using django non-rel on appengine. I am using dj

Re: request.user.save() doesnt work

2011-03-12 Thread Ndungi Kyalo
Yes, the form validates and returns true. On 11 March 2011 21:46, Daniel Roseman wrote: > Are you sure that the condition is true - that the form is valid? Put some > logging in to be sure. -- You received this message because you are subscribed to the Google Groups "Django users" group. To p

Re: request.user.save() doesnt work

2011-03-11 Thread Jason Culverhouse
On Mar 11, 2011, at 10:46 AM, Daniel Roseman wrote: > On Thursday, March 10, 2011 11:59:15 PM UTC-8, Ndungi Kyalo wrote: > Hi guys. Am using django non-rel on appengine. I am using django's > auth backend for my authentication, since I did not want to have to > force my users to use gmail login

Re: request.user.save() doesnt work

2011-03-11 Thread Daniel Roseman
On Thursday, March 10, 2011 11:59:15 PM UTC-8, Ndungi Kyalo wrote: > > Hi guys. Am using django non-rel on appengine. I am using django's > auth backend for my authentication, since I did not want to have to > force my users to use gmail logins, and appengine models > {google.appengine.ext.db} f

request.user.save() doesnt work

2011-03-11 Thread Ndungi Kyalo
Hi guys. Am using django non-rel on appengine. I am using django's auth backend for my authentication, since I did not want to have to force my users to use gmail logins, and appengine models {google.appengine.ext.db} for the other models. I have a form where I allow users to edit their email. So :