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

Make SimpleListField and SimpleSetField easier to customize #122

Open
adamchainz opened this issue May 29, 2015 · 0 comments
Open

Make SimpleListField and SimpleSetField easier to customize #122

adamchainz opened this issue May 29, 2015 · 0 comments

Comments

@adamchainz
Copy link
Owner

Some use cases of comma separated fields are better off displaying the data with newlines, or as json, etc. It's not so easy right now to subclass SimpleListField or SimpleSetField right now to customize just the [de]serialization logic whilst keeping the validation logic - make it so, by moving the string splitting/combining into separate methods.

@adamchainz adamchainz self-assigned this May 29, 2015
@adamchainz adamchainz removed their assignment Aug 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant