I\'m using AbstractBaseUser for my user models in various projects. Updating to Django 1.8 RC1 works smoothly and I can run the migrate management command. However, when try
I'm using:
./manage.py makemigrations
then
./manage.py migrate auth
and then
./manage.py migrate