You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #151 from dapper91/dev
- validation errors provide the full path to the malformed field (including nested sub-models).
- error text contain the xml document source line where the error occurred (lxml parser only). See #150.
Merge pull request #136 from dapper91/dev
- bool type encoding format changed from 'True' to 'true'.
- None type encoding format changed from 'None' to ''.