Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/db/models/options.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Options(Generic[_M]):
required_db_features: list[str]
required_db_vendor: Literal["sqlite", "postgresql", "mysql", "oracle"] | None
meta: type | None
pk: Field | None
pk: Field
auto_field: AutoField | None
abstract: bool
managed: bool
Expand Down

0 comments on commit e3f5b3d

Please sign in to comment.