Changes between Initial Version and Version 3 of Ticket #36138
- Timestamp:
- Jan 31, 2025, 2:16:05 PM (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36138 – Description
initial v3 14 14 #30604 added an error on detecting the (reasonable) mistake of trying to set ADMINS or MANAGERS to a simple list of addresses as in first example. 15 15 16 This ticket proposes instead allowing—and documenting—simple address lists in these settings. For compatibility , Django would also continue to support the list-of-tuples form (with the name field ignored).16 This ticket proposes instead allowing—and documenting—simple address lists in these settings. For compatibility __during a standard deprecation period__, Django would also continue to support the list-of-tuples form (with the name field ignored). __After deprecation, tuples would raise an error.__ [Edits: deprecated tuples, based on forum discussion.] 17 17 18 18 Incidentally, if you ''do'' want to include a display-name in the admins/managers recipients lists, that can be done with the RFC 5322 `"name" <addr>` format (which is accepted by all the django.core.mail APIs):