We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f909e8 commit 8b300daCopy full SHA for 8b300da
CHANGELOG.rst
@@ -1,10 +1,14 @@
1
-0.8, pending
2
-------------
+0.8, 6 November 2020
+--------------------
3
Breaking changes:
4
5
* The ``validated_data`` representation no longer contains the ``rest_framework.fields.empty`` sentinel value for
6
unsupplied fields. This reverts the breaking change from v0.7.
7
8
+Features & fixes:
9
+
10
+* Don't install tests into distributed packages.
11
12
0.7, 23 October 2020
13
--------------------
14
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = djangorestframework-dataclasses
-version = 0.7
+version = 0.8
description = A dataclasses serializer for Django REST Framework
long_description = file: README.rst
long_description_content_type = text/x-rst
0 commit comments