Changes between Initial Version and Version 1 of Ticket #34477


Ignore:
Timestamp:
Apr 8, 2023, 11:51:01 PM (20 months ago)
Author:
Andrew Chen Wang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34477

    • Property Needs documentation set
    • Property Needs tests set
  • Ticket #34477 – Description

    initial v1  
    11Implementation of asyncio send mail functionality. All methods get its `a` prefix variant, and the get_connection runs a start command unlike its sync version.
     2
     3https://github.com/django/django/pull/16744
     4
     5Adds Base, Console, and Dummy backends (no test; pending review of draft implementation).
Back to Top