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.
null
validators
ManyToManyField.__init__
1 parent 5514e37 commit 429cf45Copy full SHA for 429cf45
django-stubs/db/models/fields/related.pyi
@@ -238,7 +238,6 @@ class ManyToManyField(RelatedField[_ST, _GT]):
238
max_length: int | None = ...,
239
unique: bool = ...,
240
blank: bool = ...,
241
- null: bool = ...,
242
db_index: bool = ...,
243
default: Any = ...,
244
editable: bool = ...,
@@ -252,7 +251,6 @@ class ManyToManyField(RelatedField[_ST, _GT]):
252
251
db_column: str | None = ...,
253
db_comment: str | None = ...,
254
db_tablespace: str | None = ...,
255
- validators: Iterable[validators._ValidatorCallable] = ...,
256
error_messages: _ErrorMessagesMapping | None = ...,
257
) -> None: ...
258
# class access
0 commit comments