Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Implement validation of wrapped fields #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

allancaffee
Copy link

No description provided.

Allan Caffee added 4 commits June 12, 2014 15:23
This change is backwards incompatible because it requires that all fields
without a default be present. Fetching any field that doesn't have a default
will raise an AttributeError. Validating the presence and correct types for all
fields can be done explicitly by calling ``validate``.

This function will also check for unrecognized fields and raise an exception
for these fields unless it has been configured not to do so.
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 this pull request may close these issues.

2 participants