Skip to content

0.10.0 - Read-only fields + minor improvements

Choose a tag to compare

@smarie smarie released this 17 Oct 10:11
· 158 commits to main since this release

Read-only fields

  • Read-only fields are now supported through field(read_only=True). Fixes #33.

Misc

  • All core exceptions now derive from a common FieldError, for easier exception handling.
  • Now raising an explicit ValueError when a descriptor field is used with an old-style class in python 2. Fixes #34

See documentation page for details.