On Dec 15, 8:59 am, Sergiy Kuzmenko <[email protected]> wrote: > I wonder if there is a particular reason why last_login field of is not > defined as "null=True"? It makes sense to me to have it as null which would > mean that the user never logged in. Could there be any dependencies relying > on this field not being null? >
What isn't clear is that this value must be after 1900: I had used a value of datetime(1,1,1,0,0) as "never logged in", but this fails with password reset. Matt. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
