Re: manipulator for auth.user

2007-06-08 Thread James Bennett
On 6/8/07, Dushyant Sharma <[EMAIL PROTECTED]> wrote: > come on somebody pl. reply Please don't do this. Sometimes it takes a little while -- maybe even a day or so -- for someone to read through and figure out how to help you with your problem, and quickly posting followups like this won't spee

Re: manipulator for auth.user

2007-06-08 Thread Dushyant Sharma
come on somebody pl. reply --~--~-~--~~~---~--~~ 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 [EMAI

Re: manipulator for auth.user

2007-06-08 Thread Dushyant Sharma
if this is possible or not to apply manipulator on User and on two models. i have read previous posts in this regard sugggesting method what i have used but i am getting errors as above. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

manipulator for auth.user

2007-06-08 Thread Dushyant Sharma
i am trying to add manipulator on default User object. i am getting name, email and address from the form and trying to fill date_joined and last_login attributes myself as user_data['date_joined_date']=datetime.date.today() user_data['date_joined_time']=(datetime.time()