Upgrading from Django 1.6 (with south) to 1.8 doesn't modify 'last_login' on the user table Upgrading from Django 1.6 (with south) to 1.8 doesn't modify 'last_login' on the user table python python

Upgrading from Django 1.6 (with south) to 1.8 doesn't modify 'last_login' on the user table


As noted in the 1.8 release notes:

If you are using a custom user model that inherits from AbstractUser, you’ll need to run makemigrations and generate a migration for your app that contains that model.