Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Correct some evaluation results and a httpie option in Tutorial1 #9421

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

wkwkhautbois
Copy link
Contributor

Description

Fixed some evaluation results in django shell.

  • value from JSONRenderer().render(serializer.data) does not contain whitespace
  • retrurned type of serializer.validated_data is not OrderedDict but standard dict
  • in this tutorial, three snippets are obtained with http http://127.0.0.1:8000/snippets/

Added httpie option

  • --unsorted option is required to prevent response json sorted

@auvipy auvipy merged commit fbdab09 into encode:master Jun 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants