Changes between Initial Version and Version 1 of Ticket #18967, comment 4
- Timestamp:
- May 23, 2013, 4:25:18 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18967, comment 4
initial v1 3 3 This is still an outstanding bug, as Django continues to produce non-RFC2046 s5.2.1-compliant mail, which breaks in multiple popular email clients when attempting to send message/rfc822 attachments from Django. 4 4 5 I've now rebased this patch against the stable 1.5 tree as at today, however this has now got GitHub very confused, as it's pulled in hundreds of commits in the last 9months. I've since created a new pull request that fixes this:5 I've now rebased this patch against the stable 1.5 tree as at today, however this has now got GitHub very confused, as it's pulled in hundreds of commits in the last 8 months. I've since created a new pull request that fixes this: 6 6 7 7 https://github.com/django/django/pull/1202