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
MailSender._sent_failed return None, instead of failure. This cut the errback call chain, making impossible to detect in the code fail in the mails in client code.
The text was updated successfully, but these errors were encountered:
Well this is fair bug, and simple to fix (I guess). How should we go forward with it, though?
We return/raise the failure (not sure which, design-wise) but this is not backwards-compatible. What other things must we do around the fix to deal with the lack of compatibility between versions? @Gallaecio@wRAR
MailSender._sent_failed
returnNone
, instead offailure
. This cut the errback call chain, making impossible to detect in the code fail in the mails in client code.The text was updated successfully, but these errors were encountered: