Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove null argument from ManyToManyField.__init__
Browse files Browse the repository at this point in the history
flaeppe committed Sep 18, 2023

Verified

This commit was signed with the committer’s verified signature.
rm3l Armel Soro
1 parent 5514e37 commit 3efd9cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django-stubs/db/models/fields/related.pyi
Original file line number Diff line number Diff line change
@@ -238,7 +238,6 @@ class ManyToManyField(RelatedField[_ST, _GT]):
max_length: int | None = ...,
unique: bool = ...,
blank: bool = ...,
null: bool = ...,
db_index: bool = ...,
default: Any = ...,
editable: bool = ...,

0 comments on commit 3efd9cd

Please sign in to comment.