diff --git a/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md b/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md index 13c7d30..168199e 100644 --- a/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md +++ b/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md @@ -81,4 +81,4 @@ Knowing where you should place your validation functions is something you will e If you're just starting off, this isn't something you should be too worried about. Just knowing that the serializer parses to JSON is plenty enough to get started with building CRUD apps. ### Views -Work in progress! \ No newline at end of file +If serializers convert the underlying model to JSON, then views return the web response. \ No newline at end of file