mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
pedantic doc updates
This commit is contained in:
parent
82145e2b06
commit
b676cce61f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user