mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 02:15:59 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
13
django-stubs-generated/core/checks/security/csrf.pyi
Normal file
13
django-stubs-generated/core/checks/security/csrf.pyi
Normal file
@@ -0,0 +1,13 @@
|
||||
from typing import Any, List, Optional
|
||||
|
||||
from django.core.checks.messages import Warning
|
||||
|
||||
W003: Any
|
||||
W016: Any
|
||||
|
||||
def check_csrf_middleware(
|
||||
app_configs: None, **kwargs: Any
|
||||
) -> List[Warning]: ...
|
||||
def check_csrf_cookie_secure(
|
||||
app_configs: None, **kwargs: Any
|
||||
) -> List[Warning]: ...
|
||||
Reference in New Issue
Block a user