Issue with Reverse Querying on parent Field in NetBox - FieldError Encountered #19925
Unanswered
ChangingI
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am facing an issue with my NetBox instance (version 4.3.4-Docker-3.3.0). I encountered the following error:
This seems to be related to a field called parent in the database model, where I’m trying to use reverse querying. The error suggests that the parent field doesn’t automatically generate a reverse relation, and it may be a GenericForeignKey.
My Environment:
I would really appreciate any advice or guidance on how to fix this issue. If anyone has dealt with this error or has insight into working with reverse queries for GenericForeignKey fields, that would be a big help!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions