mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-23 04:11:29 +08:00
initial commit
This commit is contained in:
8
django/contrib/admin/views/decorators.pyi
Normal file
8
django/contrib/admin/views/decorators.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import Callable
|
||||
|
||||
|
||||
def staff_member_required(
|
||||
view_func: None = ...,
|
||||
redirect_field_name: str = ...,
|
||||
login_url: str = ...
|
||||
) -> Callable: ...
|
||||
Reference in New Issue
Block a user