mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
5 lines
137 B
Python
5 lines
137 B
Python
from django.contrib.auth.models import User
|
|
|
|
|
|
class AdminAuthenticationForm:
|
|
def confirm_login_allowed(self, user: User) -> None: ... |