Files
django-stubs/django-stubs/core/checks/model_checks.pyi
T
2019-01-26 17:17:35 +03:00

7 lines
246 B
Python

from typing import Any, List
from django.core.checks.messages import Warning
def check_all_models(app_configs: None = ..., **kwargs: Any) -> List[Warning]: ...
def check_lazy_references(app_configs: None = ..., **kwargs: Any) -> List[Any]: ...