jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

Fixes #113, wrong validation in the Length validator #114

Closed avrahamshukron closed 6 years ago

avrahamshukron commented 6 years ago

This PR fixes #113

avrahamshukron commented 6 years ago

The credit is due to @DanielSchiavini for spotting this bug

DanielSchiavini commented 6 years ago

Cool, thanks

beregond commented 5 years ago

Released in 2.4 - thanks!