Re: User Profiles and Save()

2007-07-09 Thread Chris Kelly
Ok. That's what I thought, but just wanted to make sure I wasn't missing something somewhere. Wasn't sure if this was a special case, as the AUTH_PROFILE_MODULE is used for get_profile, perhaps it was used to save/ sync the models. Thanks again! -C On Jul 9, 11:58 am, "James Bennett" <[EMAIL PR

Re: User Profiles and Save()

2007-07-09 Thread James Bennett
On 7/9/07, Chris Kelly <[EMAIL PROTECTED]> wrote: > Or do I have to manually manage saving both objects when making a > change? If so, what's the preferred way to do this? by managing the > profile via the user object, or by managing the user object via the > profile (overriding the profile save m

User Profiles and Save()

2007-07-09 Thread Chris Kelly
I am looking to attach a profile to the Django user object based on the b-list article, and had a question regarding saving models. Does/ should the profile be automatically saved at the same time the User model is saved? e.g. if I call a save on the user object, and i've got the AUTH_PROFILE_MOD