Skip to content

Commit ef8b0f2

Browse files
committed
Add bonus content to documentation
A new section titled "Bonus content" has been added to the documentation, providing in-depth information on various aspects of Django REST framework's Serializers. This includes hyperlinks to additional resources for types of serializers, serializer fields, relations, validators, routers, viewsets, and the Browsable API.
1 parent 4418759 commit ef8b0f2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,32 @@ Until here we just looked at Django stuff. Now we will dive into Django Rest Fr
233233
- 💻 Exercise: Continuation of the API project with instructor support.
234234
- 💡 Purpose: Completing the API project, reinforcing learning through practice.
235235

236+
## Bonus content
237+
238+
### Serializers deep dive
239+
240+
#### Types
241+
1. [Serializer](https://www.django-rest-framework.org/api-guide/serializers/#serializers)
242+
2. [Model Serializer](https://www.django-rest-framework.org/api-guide/serializers/#modelserializer)
243+
3. [Hyperlinked Model Serializer](https://www.django-rest-framework.org/api-guide/serializers/#hyperlinkedmodelserializer)
244+
245+
### Serializer fields
246+
1. [Boolean](https://www.django-rest-framework.org/api-guide/fields/#boolean-fields)
247+
2. [String](https://www.django-rest-framework.org/api-guide/fields/#string-fields)
248+
3. [Numeric](https://www.django-rest-framework.org/api-guide/fields/#numeric-fields)
249+
4. [Date and time](https://www.django-rest-framework.org/api-guide/fields/#date-and-time-fields)
250+
251+
### Serializer relations
252+
253+
254+
### [Validators](https://www.django-rest-framework.org/api-guide/validators/)
255+
256+
### [Routers](https://www.django-rest-framework.org/api-guide/routers/)
257+
258+
### [ViewSets](https://www.django-rest-framework.org/api-guide/viewsets/)
259+
260+
### [The Browsable API](https://www.django-rest-framework.org/topics/browsable-api/)
261+
236262
## Q&A and Wrap-Up
237263

238264
- 🎬 Lecture: Recap of the day's lessons, addressing questions.

0 commit comments

Comments
 (0)