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

Allow passing json_encoder to mocking #198

Merged
merged 1 commit into from
Aug 30, 2022
Merged

Allow passing json_encoder to mocking #198

merged 1 commit into from
Aug 30, 2022

Conversation

jamielennox
Copy link
Owner

This will let people interact better with Django or similar encoders.
You can set it for the whole mocker or only on individual responses.

Closes: #188

This will let people interact better with Django or similar encoders.
You can set it for the whole mocker or only on individual responses.

Closes: #188
@jamielennox jamielennox merged commit 792aea7 into master Aug 30, 2022
@jamielennox jamielennox deleted the json-encoder branch August 30, 2022 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support custom encoders like DjangoJSONEncoder
1 participant