mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
django-2.0: Shift to resolvers from urlresolvers.
The old name is deprecated.
This commit is contained in:
@@ -2,7 +2,7 @@ from contextlib import contextmanager
|
||||
from typing import (cast, Any, Callable, Dict, Iterable, Iterator, List, Mapping, Optional,
|
||||
Sized, Tuple, Union, Text)
|
||||
|
||||
from django.core.urlresolvers import resolve
|
||||
from django.urls import resolve
|
||||
from django.conf import settings
|
||||
from django.test import TestCase
|
||||
from django.test.client import (
|
||||
|
||||
Reference in New Issue
Block a user