- Fix manager's
.prefetch_jsonapi(...)
to be silently ignored when using.values(...)
or.values_list(...)
.- It used to raise an exception
- Fix
_fetch_iterate
- With
x-no-count
true we collected only first page and stopped. - Better handle pagination
- With
- Improvement on prefetch_json_api
- Better handle nested relations
- Improvement on prefetch_json_api
- Bear missing relations in lookups
- Quality of life
- Bumping the project's version through
VERSION
resource will not require changes in test cases
- Bumping the project's version through
- Requirements Changes
- djangorestframework -> 3.12.2
- djangorestframework-jsonapi -> 4.1.0
- Packaging Fix
- Include
VERSION
resource in package, fixingFileNotFoundError
- Include
- New
- Add public version code