issues Search Results · repo:django-json-api/django-rest-framework-json-api language:Python
Filter by
389 results
(90 ms)389 results
indjango-json-api/django-rest-framework-json-api (press backspace or delete to remove)Description of the Bug Report
Checklist
- [x] Certain that this is a bug (if unsure or you have a question use discussions instead)
- [x] Code snippet or unit test added to reproduce bug
The get_schema_operation_parameters() ...
bug
antoineauger
- 3
- Opened on Feb 17
- #1273
I am following instructions on getting started page.
https://django-rest-framework-json-api.readthedocs.io/en/stable/getting-started.html
Running the example app
git clone https://github.com/django-json-api/django-rest-framework-json-api.git ...
bug
Vitalii-Kh95
- 1
- Opened on Jan 21
- #1269
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 the message invalid query parameter: ...
bug
Roanmh
- 1
- Opened on Aug 27, 2024
- #1248
If a model has an id column that s an integer primary key
class Person(models.Model):
id = models.IntegerField(primary_key=True)
name = models.CharField(max_length=200)
and a fixture is loaded ...
bug
tonytony99
- 2
- Opened on Jul 21, 2024
- #1244
Description of the Bug Report
The JSON:API spec states
The value of any fields[TYPE] parameter MUST be a comma-separated (U+002C COMMA, “,”) list that refers to the name(s) of
the fields to be returned. ...
bug
sliverc
- Opened on Jun 23, 2024
- #1238
Description of feature request
StringRelatedField is not currently supported by DJA. The current workaround is overwriting get_resource_id in a custom
ResourceRelatedField.
Checklist
- [x] Raised ...
enhancement
Jer-Pha
- 1
- Opened on Jun 18, 2024
- #1236
Description of the Bug Report
As of release 7.0.0 a sparse fields request throws a KeyError for url at
https://github.com/django-json-api/django-rest-framework-json-api/blob/366769e55e821eba11928125c903ad5043f9ff43/rest_framework_json_api/renderers.py#L485-L486 ...
bug
n2ygk
- 9
- Opened on May 30, 2024
- #1228
Description of the Bug Report
As discussed in #1214 there is an issue with SparseFieldsetsMixin serializer mixin. It drops fields when reading and
writing, however it should only do it when reading and ...
bug
good first issue
sliverc
- Opened on Apr 11, 2024
- #1216
Firstly, thanks for a great package everyone! Very excited to move across from vanilla DRF. Putting together a POC to
sell this to my team, and came across an issue which i am stumped by. Consider a simple ...
bug
andrewbird2
- 2
- Opened on Apr 8, 2024
- #1215
Description of feature request
I m not sure if this is a feature request, or a bug report, or simply my not understand the framework correctly.
It seems to be impossible to use ResourceRelatedField objects ...
enhancement
Marclev78
- Opened on Mar 6, 2024
- #1204

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.