mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
initial commit
This commit is contained in:
5
django/contrib/admin/forms.pyi
Normal file
5
django/contrib/admin/forms.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
|
||||
class AdminAuthenticationForm:
|
||||
def confirm_login_allowed(self, user: User) -> None: ...
|
||||
Reference in New Issue
Block a user