You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/),
9
9
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
10
10
11
-
## [Unreleased]
11
+
## [3.1.0] - 2020-02-08
12
12
13
13
### Added
14
14
@@ -18,10 +18,10 @@ any parts of the framework not mentioned in the documentation should generally b
18
18
19
19
### Fixed
20
20
21
-
*Ensure that `409 Conflict` is returned when processing a `PATCH` request in which the resource object’s type and id do not match the server’s endpoint properly as outlined in [JSON:API](https://jsonapi.org/format/#crud-updating-responses-409) spec.
21
+
*Ensured that `409 Conflict` is returned when processing a `PATCH` request in which the resource object’s type and id do not match the server’s endpoint as outlined in [JSON:API](https://jsonapi.org/format/#crud-updating-responses-409) spec.
22
22
* Properly return parser error when primary data is of invalid type
23
-
* Pass instance to child serializer when `PolymorphicModelSerializer` inits it in `to_internal_value`
24
-
*Handle serialization of related resources on inherited polymorphic models that are absent on the base model
23
+
* Pass instance to child serializers when using `PolymorphicModelSerializer`
24
+
*Properly resolve related resource type when using `PolymorphicModelSerializer`
0 commit comments