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
+15
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,21 @@ 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
+
## [3.1.0] - 2020-02-08
12
+
13
+
### Added
14
+
15
+
* Added support for Python 3.8
16
+
* Added support for Django REST framework 3.11
17
+
* Added support for Django 3.0
18
+
19
+
### Fixed
20
+
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
+
* Properly return parser error when primary data is of invalid type
23
+
* Pass instance to child serializers when using `PolymorphicModelSerializer`
24
+
* Properly resolve related resource type when using `PolymorphicModelSerializer`
25
+
11
26
## [3.0.0] - 2019-10-14
12
27
13
28
This release is not backwards compatible. For easy migration best upgrade first to version
0 commit comments