Changelog

1.0.7

  • Fix compatibility with Peewee 3

1.0.6

  • Make compatible with Peewee 3

1.0.5

  • Fixed issue with converting DecimalField.
  • Fixed issue with converting IntegerField.
  • Fixed issue with using a list of non-string in one_of_validator.

1.0.4

  • Fixed issue with ModelValidator field overrides.

1.0.3

  • Fixed issue coercing numeric fields.

1.0.2

  • Fixed issue when passing dicts and validating unique indexes.

1.0.1

  • Fixed issue where None values were failing validators.

1.0.0

  • Major rewrite and first release with proper documentation.