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
+2-1
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,15 @@ any parts of the framework not mentioned in the documentation should generally b
18
18
19
19
* 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)
20
20
* 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`.
21
23
22
24
### Fixed
23
25
24
26
* Avoid exception when trying to include skipped relationship
25
27
* Don't swallow `filter[]` params when there are several
26
28
* Fix DeprecationWarning regarding collections.abc import in Python 3.7
27
29
* 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)
0 commit comments