Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

feat(response): make serializer callable configurable #51

Closed
peterschutt opened this issue Oct 31, 2022 · 0 comments · Fixed by #83
Closed

feat(response): make serializer callable configurable #51

peterschutt opened this issue Oct 31, 2022 · 0 comments · Fixed by #83

Comments

@peterschutt
Copy link
Member

Requirements for this are likely to change from app to app.

peterschutt added a commit that referenced this issue Nov 2, 2022
The custom response class only exists to deliver this. So that is now
dynamically constructed with the serializer passed to `PluginConfig` if
`do_response_class` is `True` and `response_class` doesn't already
exist on `AppConfig`.

Closes #51
peterschutt added a commit that referenced this issue Nov 2, 2022
The custom response class only exists to deliver this. So that is now
dynamically constructed with the serializer passed to `PluginConfig` if
`do_response_class` is `True` and `response_class` doesn't already
exist on `AppConfig`.

Closes #51
peterschutt added a commit that referenced this issue Nov 5, 2022
The custom response class only exists to deliver this. So that is now
dynamically constructed with the serializer passed to `PluginConfig` if
`do_response_class` is `True` and `response_class` doesn't already
exist on `AppConfig`.

Closes #51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant