diff options
| author | Tom Christie | 2013-09-12 20:27:36 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-09-12 20:27:36 +0100 | 
| commit | 2da9ab8cc5a711df2ca3b89851755bb671200aeb (patch) | |
| tree | 7e1a5b1eba1938b2a2b07e8d55339661112b8384 /docs | |
| parent | dfc430cabaf76a1b3382a614cc692e4a52b09bcd (diff) | |
| parent | 2139dafef6b129f83559c7a1eeb75088647b023b (diff) | |
| download | django-rest-framework-2da9ab8cc5a711df2ca3b89851755bb671200aeb.tar.bz2 | |
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/viewsets.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/viewsets.md b/docs/api-guide/viewsets.md index 2e65b7a4..1062cb32 100644 --- a/docs/api-guide/viewsets.md +++ b/docs/api-guide/viewsets.md @@ -23,7 +23,7 @@ Let's define a simple viewset that can be used to list or retrieve all the users      from django.shortcuts import get_object_or_404      from myapps.serializers import UserSerializer      from rest_framework import viewsets -    from rest_framewor.responses import Response +    from rest_framework.response import Response      class UserViewSet(viewsets.ViewSet):          """ | 
