mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-26 18:46:39 +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]: ... |