We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aab510 commit b7ff62cCopy full SHA for b7ff62c
django-stubs/db/models/options.pyi
@@ -66,7 +66,7 @@ class Options(Generic[_M]):
66
required_db_features: list[str]
67
required_db_vendor: Literal["sqlite", "postgresql", "mysql", "oracle"] | None
68
meta: type | None
69
- pk: Field | None
+ pk: Field
70
auto_field: AutoField | None
71
abstract: bool
72
managed: bool
0 commit comments