Trouble implementing "Password Reset"

2009-09-22 Thread Matt H.
I'm trying to implement Django 1.0.2's "Forgot Password" feature. I've got far enough that http://127.0.0.1:8000/password_reset/ displays a form asking for my email address. So far, so good. However, once I submit the email address for my (django) account I get a TemplateSyntaxError: Here is the

Re: Django ORM and Atomic Commit and Rollback

2007-03-07 Thread Matt H
date two models at the same time, if one model update > fails, I need to rollback the transactions. How do you do this in > Django ORM. > > Thank you. > > > > > -- Matt H <[EMAIL PROTECTED]> --~--~-~--~~~---~--~~ You received this

Re: Newbie Question: If statement in templates help

2007-02-25 Thread Matt H
also above). What is the correct way of using an if > statement to display some text if object.player_set.all is empty?? > > Thanks > > > > > -- Matt H <[EMAIL PROTECTED]> --~--~-~--~~~---~--~~ You received this message because you are subscr

newforms form_for_instance returning IntegerField for PhoneNumberFields

2007-02-20 Thread Matt H
form_for_instance(). -- Matt H <[EMAIL PROTECTED]> --~--~-~--~~~---~--~~ 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

Re: use newforms in regestration problem

2007-02-11 Thread Matt H
'password_verify']: > #todo:some hacks here, maybe should change in the future > raise ValidationError(u'please check password') > > > It doesnt work. > > can you help me to fix my code ? > > > > -- Matt H <[EMAIL PROTECTED]> --~--

Re: Recording Changes minor problem

2006-11-06 Thread Matt H
y - you shouldn't really need to use > internal methods like this. How about just using getattr(self, f) > instead. > Thanks for the help, comparing the items as strings solved the problem I was having. -- Matt H <[EMAIL PROTECTED]> --~--~-~--~~~

Recording Changes minor problem

2006-11-06 Thread Matt H
tomer_name class Admin: pass ### end models.py ### Thanks for your time. -- Matt H <[EMAIL PROTECTED]> --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to th