Skip to content

Commit

Permalink
Add kwonly params to base field
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 1, 2024
1 parent 335bf01 commit 46928ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-stubs/db/models/fields/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ class Field(RegisterLookupMixin, Generic[_ST, _GT]):
max_length: int | None = ...,
unique: bool = ...,
blank: bool = ...,
*,
null: bool = ...,
db_index: bool = ...,
rel: ForeignObjectRel | None = ...,
Expand Down

0 comments on commit 46928ae

Please sign in to comment.