Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created August 25, 2020 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/c272e28ee0a6e4b97a9a251083cbb109 to your computer and use it in GitHub Desktop.
Save velotiotech/c272e28ee0a6e4b97a9a251083cbb109 to your computer and use it in GitHub Desktop.
context_data = {"valid_domains": ValidDomain.objects.all()}
serializer = MySerializer(data=request.data, context=context_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment