Changes between Initial Version and Version 1 of Ticket #34477
- Timestamp:
- Apr 8, 2023, 11:51:01 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34477
- Property Needs documentation set
- Property Needs tests set
-
Ticket #34477 – Description
initial v1 1 1 Implementation 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 3 https://github.com/django/django/pull/16744 4 5 Adds Base, Console, and Dummy backends (no test; pending review of draft implementation).