Drop support for Django < 1.11

This commit is contained in:
medmunds
2018-05-30 15:20:47 -07:00
parent 23f44dce2d
commit 3a47042269
8 changed files with 10 additions and 383 deletions

View File

@@ -41,7 +41,7 @@ built-in `django.core.mail` package. It includes:
with simplified, portable access to attachments and other inbound content
Anymail is released under the BSD license. It is extensively tested against
Django 1.8--2.1 (including Python 2.7, Python 3 and PyPy).
Django 1.11--2.1 (including Python 2.7, Python 3 and PyPy).
Anymail releases follow `semantic versioning <http://semver.org/>`_.
.. END shared-intro