Skip to content

Version 0.21.2

Compare
Choose a tag to compare
@devkral devkral released this 05 Nov 09:05
· 50 commits to main since this release
0.21.2
8d18240

Added

  • PlaceholderField.
  • StrictModel which forbids extra attributes.

Changed

  • Validate on assignment is enabled.
  • IPAddressField uses now pydantic validation and a simplified TypeDecorator.
  • URLField is now validated.

Fixed

  • Pydantic validators are fixed. Field based ones as well as model based ones.
  • __dict__ was wiped out when intializing a model.