Skip to content

Commit 41785b8

Browse files
authored
Update CHANGELOG.md
Clarified changelog entry
1 parent 67d79ff commit 41785b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ any parts of the framework not mentioned in the documentation should generally b
1313
### Added
1414

1515
* 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)
1720

1821

1922
## [4.0.0] - 2020-10-31

0 commit comments

Comments
 (0)