forked from DGNum/gestioCOF
Change django.core.urlresolvers
imports
-- compatible with 1.11 --
This commit is contained in:
parent
2b3a8760ff
commit
5fd4cb5c78
9 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue