File "/Users/Bruno/Documents/Workspace/open-source-projects/django-surveys/.tox/py36-djangomaster/lib/python3.6/site-packages/compat/__init__.py", line 388, in <module>
from django.urls import (
ImportError: cannot import name 'LocaleRegexProvider'
From the updates in the tests in this PR, I'm under the impression that it was renamed to RegexPattern in Django 2.0a1.
From the updates in the tests in this PR, I'm under the impression that it was renamed to
RegexPattern
in Django 2.0a1.