Skip to content

djangorestframework-dataclasses v0.8

Compare
Choose a tag to compare
@oxan oxan released this 06 Nov 00:40
· 141 commits to master since this release

Breaking changes:

  • The validated_data representation no longer contains the rest_framework.fields.empty sentinel value for unsupplied fields. This reverts the breaking change from v0.7.

Features & fixes:

  • Don't install tests into distributed packages.