diff --git a/tests/test_app/models.py b/tests/test_app/models.py index 425c8ec..7a7e675 100644 --- a/tests/test_app/models.py +++ b/tests/test_app/models.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -from django.core.urlresolvers import reverse +from django.urls import reverse from django.core.urlresolvers import NoReverseMatch from django.db import models from django.utils.translation import ugettext_lazy as _