You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allowed_senders in handler's meta might not be needed - more senders are rarely used, and if needed, can be implemented via handler inheritance. We propose to change the field to sender with a signle value. This will correspond to "syntax" of built in django receiver decorator.
The text was updated successfully, but these errors were encountered:
allowed_senders
in handler's meta might not be needed - more senders are rarely used, and if needed, can be implemented via handler inheritance. We propose to change the field tosender
with a signle value. This will correspond to "syntax" of built in djangoreceiver
decorator.The text was updated successfully, but these errors were encountered: