mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +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,2 +1,2 @@
|
|||
# I just raise an AttributeError to confuse the view loading mechanism
|
||||
raise AttributeError('I am here to confuse django.core.urlresolvers.get_callable')
|
||||
raise AttributeError('I am here to confuse django.urls.get_callable')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue