forked from dstegelman/django-mail-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
41 lines (27 loc) · 861 Bytes
/
CHANGELOG
File metadata and controls
41 lines (27 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Changes before 1.6 are not listed here. Refer to the commit log.
1.6
---
- File Attachment Support
2.0
---
- Breaking changes to the API. The send_mail() method now determines if Celery will be used or not.
- Python 3 support
- MailQueue UP. Supporting true queuing by allowing email to be added but then not sent until the management
command is called in batches.
- MailQueue clear sent messages.
- German translations
2.1.1
-----
- Add .retry() for failed attempts at sending email.
2.1.2
-----
- Allow many recipients in to field
- Allow recipients to have unrestricted length.
- Better handling of ugly email address handling.
- Bug fix `clear_sent_messages`
2.2.0
-----
- Django 1.7 Support
- Python 3 support for Django 1.7 tempoarily susupended. Please use 2.1.2
- Wheel support
- Retired South migrations to mailqueue/south_migrations