Opened 13 years ago
Closed 13 years ago
#18784 closed Bug (invalid)
cannot import name sanitize_address
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Core (Mail) | Version: | 1.4 |
| Severity: | Release blocker | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Error importing email backend module django.core.mail.backends.smtp: "cannot import name sanitize_address"
Seems the smtp.py module wants to import something from messages.py that doesn't exist.
Note:
See TracTickets
for help on using tickets.