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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,13 @@ any parts of the framework not mentioned in the documentation should generally b
10
10
11
11
## [Unreleased]
12
12
13
-
* Deprecated `get_included_serializers(serializer)` function under `rest_framework_json_api.utils`. Use `serializer.included_serializers` and `serializer.related_serializers` instead.
13
+
### Changed
14
+
15
+
* Moved resolving of `included_serialzers` and `related_serializers` classes to serializer's meta class.
16
+
17
+
### Deprecated
18
+
19
+
* Deprecated `get_included_serializers(serializer)` function under `rest_framework_json_api.utils`. Use `serializer.included_serializers` instead.
0 commit comments