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
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ any parts of the framework not mentioned in the documentation should generally b
17
17
### Changed
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
-
* Reduce number of queries to calculate includes by using `select_related` when possible
21
20
* Use REST framework serializer functionality to extract includes. This adds support like using
22
21
dotted notations in source attribute in `ResourceRelatedField`.
23
22
@@ -31,7 +30,6 @@ any parts of the framework not mentioned in the documentation should generally b
31
30
### Deprecated
32
31
33
32
* Deprecate `PrefetchForIncludesHelperMixin` use `PreloadIncludesMixin` instead
34
-
* Deprecate `AutoPrefetchMixin` use `AutoPreloadMixin` instead
0 commit comments