Skip to content

Commit b7ff62c

Browse files
1 parent 0aab510 commit b7ff62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-stubs/db/models/options.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Options(Generic[_M]):
6666
required_db_features: list[str]
6767
required_db_vendor: Literal["sqlite", "postgresql", "mysql", "oracle"] | None
6868
meta: type | None
69-
pk: Field | None
69+
pk: Field
7070
auto_field: AutoField | None
7171
abstract: bool
7272
managed: bool

0 commit comments

Comments
 (0)