mirror of
https://github.com/django/django.git
synced 2025-09-12 05:26:27 +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
|
@ -1,5 +1,5 @@
|
|||
from django.core.urlresolvers import reverse
|
||||
from django.http import HttpResponse, StreamingHttpResponse
|
||||
from django.urls import reverse
|
||||
|
||||
from . import urlconf_inner
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue