This repository was archived by the owner on Jul 17, 2026. It is now read-only.
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/ |
2 replies
|
On https://www.django-rest-framework.org/tutorial/1-serialization/, not sure I completely understand the |
3 replies
|
model instance -> python native datatypes -> JSON Can also serialize querysets instead of model instances by passing a flag: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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/
All reactions