-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add links to action endpoints #885
Comments
Thanks for your report. It could be that the support for If you have more time at hand best actually would be if you could provide a test which reproduces this issue within the test framework of DJA. There are tests for plain DRF classes support and there is a test for HyperlinkedIdentityField already. Somehow your use case seems to be different though. |
Some more info to this issue as I have discovered when working on #1228
|
Hi @sliverc Is this issue still open, I would like to work on it |
@fazeelghafoor Thanks for volunteering. The thing is, before we start working on this, we should discuss what the best way forward is. After my comment above, there was another discussion #1239 talking about where links can all appear. Even though initially I thought An exception is the After the initial description of this bug report, I think we should first figure out what the current behavior is when using |
Hi
I'm trying to figure out how to put links on objects to actions with this extension.
With DRF without any other extensions I'm able to use HyperlinkedIdentityField in the serializer to add the link to a view as can be seen in the following code and screenshot of output json.
However once switching over to use the DRF Json API equivalent (HyperlinkedIndentityField does not seem to exist) I'm getting the following error:
type object 'Activity' has no attribute 'geo_json'
I've searched through the issues in the project as well as the documentation, but I'm unable to find out why this does not work with this extension. DRF also has an example with a similar use case as mine, so it seems like I'm using
HyperlinkedIdentityField
as intendedWould greatly appreciate if anyone can help me figure out how to solve this issue
The text was updated successfully, but these errors were encountered: