I have the following Django model:
class TCDUser(AbstractUser): is_change_password = models.BooleanField(_("Cambiar Password?"), default=True)