[google-appengine] Re: Model not saving correct user information

2009-03-10 Thread Jeff S
Hi Ritesh, I didn't see any obvious issue with your code snippet, so more context would be helpful. Also it seems that _get_user_nick_name may not return what is expected. def _get_user_nick_name(self): return self.user I think you want to return self.user.nickname() Thank you, Jeff

[google-appengine] Re: Model not saving correct user information

2009-03-10 Thread Ritesh Nadhani
Hello Jeff, On Tue, Mar 10, 2009 at 10:46 AM, Jeff S wrote: > > Hi Ritesh, > > I didn't see any obvious issue with your code snippet, so more context > would be helpful. Also it seems that _get_user_nick_name may not > return what is expected. > > def _get_user_nick_name(self): >        return s