Closed crgwbr closed 6 years ago
Can you try my Django >= 2.0 PR and see if it works?
I merged @LaundroMat's branch and will focus on support for Django > 2.1.2 only from here on in. (That said, if there's a patch which will make this work for earlier versions of Django without reintroducing the setting, very happy to take a look!). I'll close this for now, but please do reopen if there's a patch you'd like to apply.
The new version 1.1.2 isn't working for me in Django 1.10 or 1.11. The new way to obtain the user model is causing an issue since it gets called during model loading, but requires models to be already loaded.
Reverting back to the
LAZYSIGNUP_USER_NAME_FIELD
setting would fix this.