mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 23:41:55 +08:00
finish moving generated stubs
This commit is contained in:
5
django-stubs/db/models/utils.pyi
Normal file
5
django-stubs/db/models/utils.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from typing import Any, Optional, Tuple, Type, Union
|
||||
|
||||
from django.db.models.base import Model
|
||||
|
||||
def make_model_tuple(model: Union[Type[Model], str]) -> Tuple[str, str]: ...
|
||||
Reference in New Issue
Block a user