diff --git a/django-stubs/dispatch/dispatcher.pyi b/django-stubs/dispatch/dispatcher.pyi index 7915285e7..2682d9cb7 100644 --- a/django-stubs/dispatch/dispatcher.pyi +++ b/django-stubs/dispatch/dispatcher.pyi @@ -36,4 +36,5 @@ def receiver( sender: object | None = ..., weak: bool = ..., dispatch_uid: Hashable | None = ..., + **named: Any, ) -> Callable[[_F], _F]: ...