aboutsummaryrefslogtreecommitdiffstats
path: root/examples/mixin/urls.py
diff options
context:
space:
mode:
authorTom Christie2012-02-21 20:57:36 +0000
committerTom Christie2012-02-21 20:57:36 +0000
commit5fd4c639d7c64572dd07dc31dcd627bed9469b05 (patch)
treed7cf3ba46e76937176f81e1ebc334bc790e7026c /examples/mixin/urls.py
parentaf9e4f69d732cc643d6ec7ae13d4a19ac0332d44 (diff)
downloaddjango-rest-framework-5fd4c639d7c64572dd07dc31dcd627bed9469b05.tar.bz2
Merge master into develop
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