From 5f352c17252d66c3fc6f0669165f30da4e1450e7 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sat, 2 Nov 2024 18:19:17 +0800 Subject: [PATCH] vault backup: 2024-11-02 18:19:17 Affected files: docs/Guides/Django REST Framework/7 - Writing API Endpoints.md --- docs/Guides/Django REST Framework/7 - Writing API Endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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