sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
186 stars 62 forks source link

Improvements to `django.contrib.auth` #246

Closed noelleleigh closed 3 months ago

noelleleigh commented 3 months ago

The highlight of this PR is changing get_user_model() to return type[AbstractUser], which much more useful than type[AbstractBaseUser].

See commits for details and commentary.