Files
django-stubs/django/core/checks/security/csrf.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

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]: ...