Hey Eric --
Can you post the full traceback instead of just the snippet? Without
that it's not clear whether this is a bug or just a consequence of
defining your own custom user model. As the documentation notes:
"""
As you may expect, built-in Django's forms and views make certain
assumptions about the user model that they are working with.
If your user model doesn't follow the same assumptions, it may be
necessary to define a replacement form, and pass that form in as part
of the configuration of the auth views.
"""
So it might be the case that you just need to be customizing more
stuff to deal with your special model. Or not, but we probably need
more info to decide either way.
Jacob
Jacob
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/django-developers/-/VHk_gOF8DmEJ.
> To post to this group, send email to
django-d...@googlegroups.com.
> To unsubscribe from this group, send email to
>
django-develop...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/django-developers?hl=en.