Changes between Version 9 and Version 10 of Ticket #36953


Ignore:
Timestamp:
Mar 19, 2026, 4:14:07 PM (3 weeks ago)
Author:
Mike Edmunds
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36953 – Description

    v9 v10  
    152152  * test_send (the str/unicode distinction went away in Python 3, so this and the next test are now redundant; could clean up in a later ticket)
    153153  * test_send_unicode
    154   * test_send_long_lines
     154  * test_send_long_lines → EmailMessageTests
    155155  * test_send_many
    156156  * test_send_verbose_name → EmailMessageTests
     
    165165  * test_wrong_admins_managers → MailAdminsAndManagersTests
    166166  * test_message_cc_header → remove (duplicates EmailMessageTests.test_cc*)
    167   * test_idn_send
    168   * test_recipient_without_domain
    169   * test_lazy_addresses
     167  * test_idn_send → EmailMessageTests and SendMailTests
     168  * test_recipient_without_domain → EmailMessageTests
     169  * test_lazy_addresses → EmailMessageTests and SendMailTests
    170170  * test_close_connection
    171171  * test_use_as_contextmanager
Back to Top