Package: python3-django-captcha Version: 0.5.5-1 Severity: normal Dear Maintainer,
I installed python3-django 1:2.0~rc1-1 from experimental, and I'm testing an app (plinth) that uses python3-django-captcha. It looks like some changes are needed to support Django 2.0: Traceback (most recent call last): File "./run", line 21, in <module> plinth.__main__.main() File "/vagrant/plinth/__main__.py", line 376, in main module_loader.include_urls() File "/vagrant/plinth/module_loader.py", line 43, in include_urls _include_module_urls(module_import_path, module_name) File "/vagrant/plinth/module_loader.py", line 116, in _include_module_urls from plinth import urls File "/vagrant/plinth/urls.py", line 20, in <module> from captcha import views as cviews File "/usr/lib/python3/dist-packages/captcha/views.py", line 2, in <module> from captcha.helpers import captcha_image_url File "/usr/lib/python3/dist-packages/captcha/helpers.py", line 4, in <module> from django.core.urlresolvers import reverse ModuleNotFoundError: No module named 'django.core.urlresolvers' Regards, James