Opened 8 years ago

Closed 8 years ago

#27036 closed Bug (fixed)

"locmem" email backend should accept generators

Reported by: Antoine Fontaine Owned by: Antoine Fontaine
Component: Core (Mail) Version: dev
Severity: Normal Keywords: email backend
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

All backends accept generators except the locmem one. The mail.outbox is not filled with the sent emails.

See also this ticket which tackles parts of the problem: https://code.djangoproject.com/ticket/20194.

Change History (3)

comment:1 by Antoine Fontaine, 8 years ago

Owner: changed from nobody to Antoine Fontaine
Status: newassigned

comment:2 by Antoine Fontaine, 8 years ago

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 004ba05b:

Fixed #27036 -- Made locmem email backend's send_messages() accept generators.

Note: See TracTickets for help on using tickets.
Back to Top