Oliver Sauder
Oliver Sauder
Currently `meta` is not supported with `ResourceRelatedField` but would be a good addition. That your second approach is not working is most likely a bug. What you could do is...
what we use internally for testing doesn't affect the user so that's up to DJA to decide. We simply have to make sure that a DJA user can use unittest...
Whenever I review PRs or write PRs myself the most apparent issue of DJA is that the testing code is very messy and confusing for contributors how to write a...
there is actually a long way till this issue is closed. Goal is that all tests in `example/tests` will be converted to pytest style and moved to `tests` folder. Do...
@auvipy Thanks for the offer. Currently it is not 100% clear how the conversions of the tests will happen. So usually while I am converting some tests I figure out...
Thanks for reporting. This seems to be inconsistent. At a first glance: [Source code](https://github.com/django-json-api/django-rest-framework-json-api/blob/master/rest_framework_json_api/renderers.py#L202) where `SerializerMethodResourceRelatedField` doesn't seem to pass through as `SerializerMethodResourceRelatedField` doesn't resolve into `ManyRelatedField` PR is welcome.
Thanks for reporting this. When having a quick glance at the code it seems that this is indeed an issue. Marking this as a bug. PR is very welcome. For...
See discussion #1017 for more details.
In terms of API moving the logic of calculating relation resource type. I understand that this is not a easy and simple task. So for a quick fix I am...
As DJA is a DRF extension the worklow is the same. Not sure whether there is a sketch like this for DRF but I guess it would make most sense...