Re: Ticket #7220: Last_login in django.contrib.auth should have null=True

2013-06-01 Thread Marc Tamlyn
There's actually quite a good reason why you can't override model field in Subclasses in the general case - the parent model actually creates a table of its own. In the case of abstract parents this should be possible, even without an override flag. I'm not sure if there are some difficulties in tr

Ticket #7220: Last_login in django.contrib.auth should have null=True

2013-06-01 Thread Chris Wilson
Hi all, Regarding ticket #7220 , this is bugging me at the moment. I share a database with a non-django app, and need to insert test data, and having to set last_login to something is annoying. I understand @SmileyChris' point that there are no mig