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