Skip to content

Commit 82a68b6

Browse files
committed
Update changelog
1 parent 0afeccf commit 82a68b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ any parts of the framework not mentioned in the documentation should generally b
1818

1919
* Allow to define `select_related` per include using [select_for_includes](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html#performance-improvements)
2020
* Reduce number of queries to calculate includes by using `select_related` when possible
21+
* Use REST framework serializer functionality to extract includes. This adds support like using
22+
dotted notations in source attribute in `ResourceRelatedField`.
2123

2224
### Fixed
2325

2426
* Avoid exception when trying to include skipped relationship
2527
* Don't swallow `filter[]` params when there are several
2628
* Fix DeprecationWarning regarding collections.abc import in Python 3.7
2729
* Allow OPTIONS request to be used on RelationshipView
28-
* Use DRF code when extracting relation instance. [PR](https://github.com/django-json-api/django-rest-framework-json-api/pull/632)
2930

3031
### Deprecated
3132

0 commit comments

Comments
 (0)