Opened 6 years ago
Closed 6 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 Changed 6 years ago by
Owner: | changed from nobody to Antoine Fontaine |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
Note: See
TracTickets for help on using
tickets.
Pullrequest here : https://github.com/django/django/pull/7047