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

22👍

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.

Leave a comment