mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-28 19:19:27 -04:00
* Django 1.8 requires TEMPLATES setting (for admin tests) * Ignore cycle tag deprecation warnings One remaining PendingDeprecationWarning: "the imp module is deprecated in favour of importlib" is coming from six, and has a fix waiting to land: https://bitbucket.org/gutworth/six/issue/112