pinax/pinax-likes

phileo doesn't work with django 1.5 user models

Closed this issue · 0 comments

CommandError: One or more models did not validate:
phileo.like: 'sender' defines a relation with the model 'auth.User', which has been swapped out. Update the relation to point at settings.AUTH_USER_MODEL.

Solution is to have a fkey to settings.AUTH_USER_MODEL instead of auth.User.