Skip to content

Fix Json fields and choices validation

Choose a tag to compare

@collerek collerek released this 11 Feb 10:44
· 1222 commits to master since this release
56d8c11

Fixes

  • Fix JSON field being double escaped when setting value after initialization
  • Fix JSON field not respecting nullable field setting due to pydantic internals
  • Fix choices verification for JSON field
  • Fix choices not being verified when setting the attribute after initialization
  • Fix choices not being verified during update call from QuerySet