mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-25 02:57:14 +08:00
10 lines
201 B
Python
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]: ... |