Re: contrib.auth date field errors (date_joined, last_login)

2006-11-16 Thread Tim Goh
Managed to post it: ticket #3029 http://code.djangoproject.com/ticket/3029/ On Nov 16, 9:26 pm, "Tim Goh" <[EMAIL PROTECTED]> wrote: > Akismet thinks my ticket is spam -- please add me to the whitelist so > that I can submit the foll

contrib.auth date field errors (date_joined, last_login)

2006-11-16 Thread Tim Goh
Akismet thinks my ticket is spam -- please add me to the whitelist so that I can submit the following ticket and patch: Problem: The date_joined and last_login fields in the contrib.auth package are both declared as "default=models.LazyDate()", which results in the following incorrect behavior: