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

Colander missing=drop + Sphinx (via cornice-autodoc) result in 'not JSON serializable' while building docs #21

Open
nphilipp opened this issue May 17, 2019 · 0 comments

Comments

@nphilipp
Copy link

This is essentially this issue: Cornices/cornice#315

I just ran into this when I tried to add this node to a (mapping) schema:

    from_tag = colander.SchemaNode(
        colander.String(),
        missing=colander.drop,
    )

For the time being, I've replaced it with missing=None because the code seems to cope with it, but as it's an optional thing it'd feel more natural if I could check for its presence rather than its null-ness.

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

No branches or pull requests

1 participant