Replies: 1 comment 2 replies
-
The change #900 in version 4.2.0 most likely causes this issue. The question is though whether there is an error in your setup (before #900 there was no validation done on included resources) or whether there is a regression in DJA itself. When I look at your sample it looks fine to me. Is this a made up example or actual code you use? At there is an example which we use in our test suite which passes. Are you able to reproduce this issue with in the DJA example app? Or if it is easier you could also create a small example app yourself which reproduces the issue and post the repo here. Quick and dirty is fine as long as there is code which I can run on my machine easily to better discover the issue. |
Beta Was this translation helpful? Give feedback.
-
When I'm querying a url that use several level of serializers (eg: /knight) I need to specify the included resources in the url otherwise I'm getting an error message
This endpoint does not support the include parameter for path story
. I'm only having this problem with the current version (4.2.0). I'm new using DRF and JSONAPI.I'm made a simple app that you can see below.
Thanks for your help.
my models.py
urls.py
Beta Was this translation helpful? Give feedback.
All reactions