I followed your steps and can't reproduce your issue. In django 1.6, last_login is null=False, so it should never be None. django 1.8 (master) changes the database to allow a null last_login, so if you've created the user using django1.8 and reset their password using django1.6 I could see that being an issue.
-- You received this message because you are subscribed to the Google Groups "Django users" 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-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c9b2159a-9b76-44c0-9a3c-0b5c680dbb1c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

