Files
django-stubs/django-stubs-generated/core/checks/model_checks.pyi
2018-12-03 18:52:44 +03:00

7 lines
256 B
Python

from typing import Any, List, Optional
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]: ...