Hi, The attached patch fixes the issue. Please add it to the package and upload. If you can't do it yourself, let me know, and I will.
Cheers, Thomas Goirand (zigo)
Description: [Django 1.10] define TEMPLATES Author: Thomas Goirand <z...@debian.org> Forwarded: no Bug-Debian: http://bugs.debian.org/828663 Last-Update: 2016-08-04 --- a/contact_form/runtests.py 2016-08-03 23:29:36.091231635 +0000 +++ b/contact_form/runtests.py 2016-08-03 23:28:32.184772423 +0000 @@ -44,13 +44,6 @@ 'SITE_ID': 1, 'DEFAULT_FROM_EMAIL': 'cont...@example.com', 'MANAGERS': [('Manager', 'nore...@example.com')], - 'TEMPLATES': [ - { - 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [ os.path.join(CONTACT_FORM_DIR, 'tests/templates'), ], - 'APP_DIRS': True, - }, - ] }
_______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team