We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c421e commit e55f354Copy full SHA for e55f354
rest_framework-stubs/serializers.pyi
@@ -177,6 +177,8 @@ class ListSerializer(
177
error_messages: dict[str, str] = ...,
178
validators: Sequence[Validator[list[Any]]] | None = ...,
179
allow_null: bool = ...,
180
+ min_length: int | None = ...,
181
+ max_length: int | None = ...,
182
): ...
183
def get_initial(self) -> list[Mapping[Any, Any]]: ...
184
def validate(self, attrs: Any) -> Any: ...
0 commit comments