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
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ any parts of the framework not mentioned in the documentation should generally b
20
20
21
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.
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`
0 commit comments