mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 07:21:56 +08:00
Fixed the types in ManyToManyField according to their definition in Django. (#758)
This commit is contained in:
committed by
GitHub
parent
a57ae4fc76
commit
593d04d6e9
@@ -181,8 +181,8 @@ class ManyToManyField(RelatedField[_ST, _GT]):
|
|||||||
_pyi_private_set_type: Sequence[Any]
|
_pyi_private_set_type: Sequence[Any]
|
||||||
_pyi_private_get_type: RelatedManager[Any]
|
_pyi_private_get_type: RelatedManager[Any]
|
||||||
|
|
||||||
rel_class: Any = ...
|
rel_class: ManyToManyRel = ...
|
||||||
description: Any = ...
|
description: str = ...
|
||||||
has_null_arg: Any = ...
|
has_null_arg: Any = ...
|
||||||
swappable: bool = ...
|
swappable: bool = ...
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|||||||
Reference in New Issue
Block a user