﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7220	django.contrib.auth.models.AbstractBaseUser.last_login should allow null=True	veena	anonymous	"I think attribute last_login in model User in django.contrib.auth should has property null=True.
Now it has only default=datetime.datetime.now

So, when you create new user the last_login is set to now datetime.

But when you create new user it doesn't mean that user has been logged in. For example in django-registration there is first user created and link to activation is sended to his email. After user activates his account he can login."	Cleanup/optimization	closed	contrib.auth	dev	Normal	fixed	schemamigration	simon@… martin.paquette@… Tim Graham	Ready for checkin	1	0	0	0	0	0
