Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-18 13:53:37 +07:00
parent 0b3528ce5f
commit 4fd996236a

View File

@@ -53,7 +53,7 @@ class Field(metaclass=MetaField):
model_name: str model_name: str
comodel_name: str | None comodel_name: str | None
store: bool store: bool
index: bool index: str | bool | None
manual: bool manual: bool
copy: bool copy: bool
_depends: Collection[str, ...] | None _depends: Collection[str, ...] | None