Skip to content

Commit c48f9c7

Browse files
committed
Add kwonly params to base field
1 parent c3e5f5f commit c48f9c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django-stubs/db/models/fields/__init__.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ class Field(RegisterLookupMixin, Generic[_ST, _GT]):
184184
max_length: int | None = ...,
185185
unique: bool = ...,
186186
blank: bool = ...,
187+
*,
187188
null: bool = ...,
188189
db_index: bool = ...,
189190
rel: ForeignObjectRel | None = ...,

0 commit comments

Comments
 (0)