-
Notifications
You must be signed in to change notification settings - Fork 64
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
Suggestion for reverse relationship lookup #118
Comments
That would be a "1 to many" relation, I guess ..
|
Say I have some models like:
and many more so if someone wants to present All Tag in one table
|
I don't understant this in
Maybe you need somethig like:
Also, I would remove the classes Tag2 and Tag3 for clarinees: they do not add anything usefull to the test in my opinion The field name |
Well, the idea was to get the records through tag1_set while using the main model, and as I said earlier that the data is displayed, but then the search option does not work (Global and Tag_set column)
but it gives the same error that 'Cannot resolve keyword 'Tag_set' into field. Choices are: ' |
It would be really awesome if you can add support for Django reverse relationship lookup. Or if its there, please let me know how to work with it.
Thanks
The text was updated successfully, but these errors were encountered: