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 b9a7c83 commit caa3294Copy full SHA for caa3294
django-stubs/contrib/contenttypes/fields.pyi
@@ -66,7 +66,7 @@ class GenericRel(ForeignObjectRel):
66
limit_choices_to: dict[str, Any] | Callable[[], Any] | None = ...,
67
) -> None: ...
68
69
-class GenericRelation(ForeignObject):
+class GenericRelation(ForeignObject[Any, Any]):
70
rel_class: Any
71
mti_inherited: bool
72
object_id_field_name: str
0 commit comments