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-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ any parts of the framework not mentioned in the documentation should generally b
13
13
### Added
14
14
15
15
* Ability for the user to select `included_serializers` to apply when using `BrowsableAPI`, based on available `included_serializers` defined for the current endpoint.
16
-
* Fixed #859: Allow users to overwrite a view's `get_serializer()` and `get_serializer_class()` methods for views that have related fields.
16
+
17
+
### Fixed
18
+
19
+
* Allow users to overwrite a view's `get_serializer_class()` method when using [related urls](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html#related-urls)
0 commit comments