mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-22 12:51:06 -05:00
Django 1.8 alpha 1 support
* Test on Python 2.7, 3.4, pypy. * Call super.setUpClass in DjrillAdminTests. https://docs.djangoproject.com/en/dev/releases/1.8/#overriding-setupclass-teardownclass-in-test-cases Also clear up some new PendingDeprecationWarnings, where the changes can easily remain compatible back to Django 1.3: * Remove deprecated django.conf.urls.patterns. (And match Django recommendations in our docs.) https://docs.djangoproject.com/en/dev/releases/1.8/#django-conf-urls-patterns * Remove deprecated SimpleTestCase.urls. (We've already back-ported @override_settings for testing older Django versions.) https://docs.djangoproject.com/en/dev/releases/1.8/#django-test-simpletestcase-urls
This commit is contained in:
@@ -30,8 +30,8 @@ package. It includes:
|
||||
via Django signals
|
||||
* An optional Django admin interface
|
||||
|
||||
Djrill is released under the BSD license. It is tested against Django 1.3---1.7
|
||||
(including Python 3 and PyPy support with Django 1.5+).
|
||||
Djrill is released under the BSD license. It is tested against Django 1.3--1.8
|
||||
(including Python 3 with Django 1.6+, and PyPy support with Django 1.5+).
|
||||
|
||||
.. END shared-intro
|
||||
|
||||
|
||||
Reference in New Issue
Block a user