Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add arbitrary named arguments to @receiver decorator (typeddjango#2342)
@receiver accepts arbitrary keyword arguments - per [the docs](https://docs.djangoproject.com/en/5.1/topics/signals/#django.dispatch.receiver) This comes in handy for some third party apps
- Loading branch information