After upgrading to django 1.8 I\'m recieving the error during migration:
ProgrammingError: relation \"django_content_type\" already exists
I granted all privileges to the user on that specific database and it solved the issue.