diff options
| author | Eric Buehl | 2013-07-18 19:03:38 -0700 | 
|---|---|---|
| committer | Eric Buehl | 2013-07-18 19:03:38 -0700 | 
| commit | b676cce61f364095caa0bdbc46c22cdc87b98646 (patch) | |
| tree | 5b7cfed7825596bbb2e95c635221c3a119a8b2be /docs/api-guide/viewsets.md | |
| parent | 82145e2b06e402c9740ee970c74456a59683667a (diff) | |
| download | django-rest-framework-b676cce61f364095caa0bdbc46c22cdc87b98646.tar.bz2 | |
pedantic doc updates
Diffstat (limited to 'docs/api-guide/viewsets.md')
| -rw-r--r-- | docs/api-guide/viewsets.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/api-guide/viewsets.md b/docs/api-guide/viewsets.md index 47e59e2b..0c68afb0 100644 --- a/docs/api-guide/viewsets.md +++ b/docs/api-guide/viewsets.md @@ -98,6 +98,7 @@ For example:      from django.contrib.auth.models import User      from rest_framework import viewsets +    from rest_framework import status      from rest_framework.decorators import action      from rest_framework.response import Response      from myapp.serializers import UserSerializer, PasswordSerializer | 
