mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-08 10:51:00 +08:00
8 lines
188 B
Python
8 lines
188 B
Python
from django.core.checks.messages import Warning
|
|
from typing import List
|
|
|
|
|
|
def _csrf_middleware() -> bool: ...
|
|
|
|
|
|
def check_csrf_middleware(app_configs: None, **kwargs) -> List[Warning]: ... |