Files
django-stubs/django-stubs-generated/contrib/auth/checks.pyi
2018-11-10 17:49:18 +03:00

14 lines
332 B
Python

from typing import Any, List, Optional
from django.core.checks.messages import CheckMessage
from .management import _get_builtin_permissions
def check_user_model(
app_configs: None = ..., **kwargs: Any
) -> List[CheckMessage]: ...
def check_models_permissions(
app_configs: None = ..., **kwargs: Any
) -> List[Any]: ...