mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
initial commit
This commit is contained in:
11
django/contrib/admin/actions.pyi
Normal file
11
django/contrib/admin/actions.pyi
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.contrib.admin.options import ModelAdmin
|
||||
from django.core.handlers.wsgi import WSGIRequest
|
||||
from django.db.models.query import QuerySet
|
||||
from django.template.response import TemplateResponse
|
||||
|
||||
|
||||
def delete_selected(
|
||||
modeladmin: ModelAdmin,
|
||||
request: WSGIRequest,
|
||||
queryset: QuerySet
|
||||
) -> TemplateResponse: ...
|
||||
Reference in New Issue
Block a user