aboutsummaryrefslogtreecommitdiffstats
path: root/examples/mixin/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mixin/urls.py')
-rw-r--r--examples/mixin/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mixin/urls.py b/examples/mixin/urls.py
index c899467b..102f2c12 100644
--- a/examples/mixin/urls.py
+++ b/examples/mixin/urls.py
@@ -2,7 +2,7 @@ from djangorestframework.compat import View # Use Django 1.3's django.views.gen
from djangorestframework.mixins import ResponseMixin
from djangorestframework.renderers import DEFAULT_RENDERERS
from djangorestframework.response import Response
-from djangorestframework.utils import reverse
+from djangorestframework.reverse import reverse
from django.conf.urls.defaults import patterns, url