diff options
Diffstat (limited to 'tests/admin_custom_urls/models.py')
| -rw-r--r-- | tests/admin_custom_urls/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_custom_urls/models.py b/tests/admin_custom_urls/models.py index 5a1b2f5c2e..5365ee34bd 100644 --- a/tests/admin_custom_urls/models.py +++ b/tests/admin_custom_urls/models.py @@ -1,9 +1,9 @@ from functools import update_wrapper from django.contrib import admin -from django.core.urlresolvers import reverse from django.db import models from django.http import HttpResponseRedirect +from django.urls import reverse from django.utils.encoding import python_2_unicode_compatible |
