diff options
Diffstat (limited to 'tests/admin_custom_urls/tests.py')
| -rw-r--r-- | tests/admin_custom_urls/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_custom_urls/tests.py b/tests/admin_custom_urls/tests.py index 5e9a119b6a..11690e0757 100644 --- a/tests/admin_custom_urls/tests.py +++ b/tests/admin_custom_urls/tests.py @@ -4,9 +4,9 @@ import datetime from django.contrib.admin.utils import quote from django.contrib.auth.models import User -from django.core.urlresolvers import reverse from django.template.response import TemplateResponse from django.test import TestCase, override_settings +from django.urls import reverse from .models import Action, Car, Person |
