is_active
django.contrib.auth.AbstractBaseUser
* Add `is_active` field to `django.contrib.auth.AbstractBaseUser` model * Favor defining type than setting concrete value * Update type to reflect sub-class implementation