Skip to content

Commit 0ef5688

Browse files
committed
Add polymorphic child serializer fix to CHANGELOG.md
1 parent 3532bbb commit 0ef5688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ any parts of the framework not mentioned in the documentation should generally b
2020

2121
* 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.
2222
* 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`
2324

2425
## [3.0.0] - 2019-10-14
2526

0 commit comments

Comments
 (0)