Changes between Initial Version and Version 3 of Ticket #36138


Ignore:
Timestamp:
Jan 31, 2025, 2:16:05 PM (12 days ago)
Author:
Mike Edmunds
Comment:

Reopened, deprecating the tuples, based on forum feedback.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36138 – Description

    initial v3  
    1414#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.
    1515
    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).
     16This 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.]
    1717
    1818Incidentally, 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):
Back to Top