@@ -5,19 +5,19 @@ django-celery-email - A Celery-backed Django Email Backend
5
5
.. image :: https://travis-ci.org/pmclanahan/django-celery-email.svg?branch=master
6
6
:target: https://travis-ci.org/pmclanahan/django-celery-email
7
7
8
- A `Django `_ 1.3+ email backend that uses a `Celery `_ queue for out-of-band sending
8
+ A `Django `_ email backend that uses a `Celery `_ queue for out-of-band sending
9
9
of the messages.
10
10
11
11
.. _`Celery` : http://celeryproject.org/
12
12
.. _`Django` : http://www.djangoproject.org/
13
13
14
14
.. warning ::
15
-
16
- This version of ``django-celery-email `` is NOT compatible with versions
17
- of Celery prior to 2.2.0. If you need to use Celery 2.0.x or 2.1.x, please
18
- use `django-celery-email 0.1.1 `_.
19
15
20
- .. _`django-celery-email 0.1.1` : http://pypi.python.org/pypi/django-celery-email/0.1.1/
16
+ This version requres the following minimum versions:
17
+
18
+ * Python 2.7
19
+ * Django 1.7
20
+ * Celery 2.4
21
21
22
22
Using django-celery-email
23
23
=========================
@@ -84,6 +84,19 @@ of their delivery.
84
84
Changelog
85
85
=========
86
86
87
+ 1.1.3 - 2015.11.06
88
+ ------------------
89
+
90
+ * support setting celery.base from string. Thanks `Matthew Jacobi `_.
91
+ * use six for py2/3 string compatibility. Thanks `Matthew Jacobi `_.
92
+ * pass content_subtype back in for retries. Thanks `Mark Joshua Tan `_.
93
+ * rework how tests work, add tox, rework travis-ci matrix.
94
+ * use six from django.utils.
95
+ * release a universal wheel.
96
+
97
+ .. _Matthew Jacobi : https://github.com/oppianmatt
98
+ .. _Mark Joshua Tan : https://github.com/mark-tan
99
+
87
100
1.1.2 - 2015.07.06
88
101
------------------
89
102
0 commit comments