Skip to content
Snippets Groups Projects
Commit a9443ad9 authored by Fynn Becker's avatar Fynn Becker :crab:
Browse files

Merge branch 'remove-signal-providing-args' into 'master'

Remove providing_args for django.dispatch.Signal

See merge request !1
parents b05cb49a 50a94654
Branches
Tags
1 merge request!1Remove providing_args for django.dispatch.Signal
Pipeline #10739 canceled
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