Replies: 3 comments 6 replies
-
Really nice to see token-based pagination supported out of the box 😍 See: https://engineering.mixmax.com/blog/api-paging-built-the-right-way/ |
Beta Was this translation helpful? Give feedback.
-
On https://www.django-rest-framework.org/tutorial/1-serialization/, not sure I completely understand the
|
Beta Was this translation helpful? Give feedback.
-
model instance -> python native datatypes -> JSON Can also serialize querysets instead of model instances by passing a flag:
|
Beta Was this translation helpful? Give feedback.
-
Feel free to put notes here re: what you learn from:
https://www.django-rest-framework.org/tutorial/quickstart/
https://www.django-rest-framework.org/tutorial/1-serialization/
Beta Was this translation helpful? Give feedback.
All reactions