On Thursday, January 15, 2015 at 6:03:40 AM UTC-3, Nic West wrote: > > Authenticated returns a user instance assumably with the correct hash why > not do some thing like: > > authenticated_user.count = 0 > authenticated_user.save()
Yes, I implemented that fix last night, but I really like the Marc idea of doing save(update_fields=['count']) Thanks! -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/0456a109-3e10-4e56-9521-ad3c7168d3b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
