ubernostrum / django-registration

An extensible user-registration app for Django.
BSD 3-Clause "New" or "Revised" License
923 stars 241 forks source link

Set `model` meta attribute to current user model #190

Closed jmtb28 closed 4 years ago

jmtb28 commented 4 years ago

This prevents the error Manager isn't available; User has been swapped for 'app_name.CustomUserModel' from being thrown.

ubernostrum commented 4 years ago

Please see this comment.