more test folders

This commit is contained in:
Maxim Kurnikov
2019-02-06 20:56:44 +03:00
parent 0c121d65d1
commit 2559901ff3
3 changed files with 18 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ class ManyToManyField(RelatedField, Generic[_T]):
to: Union[Type[_T], str],
related_name: Optional[str] = ...,
related_query_name: Optional[str] = ...,
limit_choices_to: Optional[Callable] = ...,
limit_choices_to: Optional[Dict[str, Any]] = ...,
symmetrical: Optional[bool] = ...,
through: Optional[Union[str, Type[Model]]] = ...,
through_fields: Optional[Tuple[str, str]] = ...,