Changes between Initial Version and Version 1 of Ticket #23063, comment 21
- Timestamp:
- Oct 9, 2014, 3:01:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23063, comment 21
initial v1 1 1 Does this fix it: 2 2 3 ``` 3 {{{ 4 4 diff --git a/django/core/mail/message.py b/django/core/mail/message.py 5 5 index da9891f..961d1a8 100644 … … 15 15 16 16 17 ``` 17 }}}