[Answer]-Django 1.5 custom user problems: "Cannot resolve keyword 'user' into field."

1👍

Thanks for the suggestions. It turned out to be the ordering statement from the old profile model’s meta, which started with “user__last_name”. Ugh.

Leave a comment