Sergey Grd
Results
23
comments of
Sergey Grd
>marked this pull request as draft Any comments @TreyWW ?
Related to #245
I think the fix will be to get rid of CustomUserManager and access the required data where needed. It's not a small refactoring... ``` class CustomUserManager(UserManager): def get_queryset(self): return (...