Skip to content
Snippets Groups Projects
Commit 50a94654 authored by Elke Kreim's avatar Elke Kreim
Browse files

Remove providing_args for django.dispatch.Signal

parent b05cb49a
Branches
No related tags found
1 merge request!1Remove providing_args for django.dispatch.Signal
Pipeline #10737 failed
import django.dispatch import django.dispatch
user_account_fetched = django.dispatch.Signal(providing_args=["request", "account"]) user_account_fetched = django.dispatch.Signal()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment