diff options
| author | Tom Christie | 2012-09-03 16:54:17 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-03 16:54:17 +0100 | 
| commit | a092a72844705e3129b8996b81d8424997b5d37f (patch) | |
| tree | 2f9cf30fc805a4b8cf4e6d60b3f820a3e96347e3 /djangorestframework/tests/reverse.py | |
| parent | 1a1ccf94c2c0cadee8b0bd1c8f85c591c650d763 (diff) | |
| download | django-rest-framework-a092a72844705e3129b8996b81d8424997b5d37f.tar.bz2 | |
View -> APIView
Diffstat (limited to 'djangorestframework/tests/reverse.py')
| -rw-r--r-- | djangorestframework/tests/reverse.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/djangorestframework/tests/reverse.py b/djangorestframework/tests/reverse.py index 8d467513..b4791135 100644 --- a/djangorestframework/tests/reverse.py +++ b/djangorestframework/tests/reverse.py @@ -4,11 +4,11 @@ from django.utils import simplejson as json  from djangorestframework.renderers import JSONRenderer  from djangorestframework.reverse import reverse -from djangorestframework.views import View +from djangorestframework.views import APIView  from djangorestframework.response import Response -class MyView(View): +class MyView(APIView):      """      Mock resource which simply returns a URL, so that we can ensure      that reversed URLs are fully qualified.  | 
