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

10 lines
201 B
Python

from typing import (
Any,
List,
)
def check_models_permissions(app_configs: None = ..., **kwargs) -> List[Any]: ...
def check_user_model(app_configs: None = ..., **kwargs) -> List[Any]: ...