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
JSON:API 1.1: return empty 'included' array when ?include= is present (#1301)
* JSON:API 1.1: return empty 'included' array when ?include= is present
Fixes#1109. Ensures top-level 'included' is returned as [] when the query param
?include= is provided but no related resources exist. Updates integration tests
to reflect JSON:API v1.1 spec compliance.
* Fix tox lint environment to use setup.cfg flake8 config
* fix: ensuring empty array is added when requested and updated tests
* Reverted unrelated changes
* Reverted unrelated tox changes
---------
Co-authored-by: Oliver Sauder <[email protected]>
0 commit comments