Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(events): allow the
sender
to be used in filter_events
The `sender` attribute in signal handlers is special, as it will always be sent, and is thus not part of the `kwargs`. However it still makes sense to allow access to the sender in the `filter_events()` predicates
- Loading branch information