mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Thanks to Tim Graham for the review.
This commit is contained in:
parent
df3d5b1d73
commit
16411b8400
117 changed files with 961 additions and 922 deletions
|
@ -11,7 +11,6 @@ from xml.dom.minidom import parseString
|
|||
from django.contrib.auth.models import User
|
||||
from django.core import serializers
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.db import connection, connections
|
||||
from django.db.models import Max, Min
|
||||
from django.http import HttpRequest
|
||||
|
@ -23,6 +22,7 @@ from django.test import (
|
|||
skipIfDBFeature, skipUnlessDBFeature,
|
||||
)
|
||||
from django.test.utils import requires_tz_support
|
||||
from django.urls import reverse
|
||||
from django.utils import six, timezone
|
||||
|
||||
from .forms import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue