django-rest-framework-json-api icon indicating copy to clipboard operation
django-rest-framework-json-api copied to clipboard

JSON:API support for Django REST framework

Results 35 django-rest-framework-json-api issues
Sort by recently updated
recently updated
newest added

## Description of feature request [StringRelatedField](https://www.django-rest-framework.org/api-guide/relations/#stringrelatedfield) is not currently supported by DJA. The current [workaround](https://github.com/django-json-api/django-rest-framework-json-api/discussions/1234#discussioncomment-9772402) is overwriting `get_resource_id` in a custom `ResourceRelatedField`. ## Checklist - [x] Raised initially as discussion...

enhancement

### Update [flake8](https://pypi.org/project/flake8) from **7.0.0** to **7.1.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/flake8 - Repo: https://github.com/pycqa/flake8 ### Update...

Fixes # Related to the PR: https://github.com/django-json-api/django-rest-framework-json-api/pull/1121 Add the test case to support it ## Description of the Change Fix: TypeError: object of type 'NoneType' has no len() ## Checklist...

## Description of the Bug Report We have a model with a field `filter_query` and we want to support filtering by this field. The query param `filter_query=foo` always fails with...

bug

### Update [Sphinx](https://pypi.org/project/Sphinx) from **7.4.7** to **8.0.2**. Changelog ### 8.0.2 ``` ===================================== Bugs fixed ---------- * Fix the ``pygments.Formatter.__class_getitem__`` patch. Patch by Adam Turner. ``` ### 8.0.1 ``` ===================================== Bugs...