Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /