aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pygments_api/views.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/pygments_api/views.py
parentaf9e4f69d732cc643d6ec7ae13d4a19ac0332d44 (diff)
downloaddjango-rest-framework-5fd4c639d7c64572dd07dc31dcd627bed9469b05.tar.bz2
Merge master into develop
Diffstat (limited to 'examples/pygments_api/views.py')
-rw-r--r--examples/pygments_api/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pygments_api/views.py b/examples/pygments_api/views.py
index bca3dac6..75d36fea 100644
--- a/examples/pygments_api/views.py
+++ b/examples/pygments_api/views.py
@@ -4,7 +4,7 @@ from django.conf import settings
from djangorestframework.resources import FormResource
from djangorestframework.response import Response
from djangorestframework.renderers import BaseRenderer
-from djangorestframework.utils import reverse
+from djangorestframework.reverse import reverse
from djangorestframework.views import View
from djangorestframework import status