Change django.core.urlresolvers imports

-- compatible with 1.11 --
This commit is contained in:
Ludovic Stephan 2019-03-19 10:18:56 +01:00
parent 2b3a8760ff
commit 5fd4cb5c78
9 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
from unittest import mock
from urllib.parse import parse_qs, urlparse
from django.core.urlresolvers import reverse
from django.http import QueryDict
from django.test import Client
from django.urls import reverse
from django.utils import timezone
from django.utils.functional import cached_property