Commit 48b0efbe by Xavier Ordoquy

Merge pull request #3572 from jamesbeith/docs-missing-import-for-example

Adds import for `Response`
parents eeafd40c 01435865
......@@ -18,6 +18,7 @@ Here's an example of a view that returns a list of "Profile" instances, rendered
from my_project.example.models import Profile
from rest_framework.renderers import TemplateHTMLRenderer
from rest_framework.response import Response
from rest_framework.views import APIView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment