-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for autocomplete_fields that span foreign key relationships #2
Comments
Hmm... I'll investigate that. Thanks for the heads up! |
hi again, i guess i need more details :) |
Say we have such model structure: Would be great to allow |
I'll work on it! |
At present it does not work with such two level structure. I also came across this problem. |
Any update on this? |
Not working yet |
Any update on this? |
this project is deprecated, enjoy -> https://github.com/vigo/django-admin-list-filter |
Currently this list filter fails to account for fields that span across foreignkey relationships, it will correctly parse the field as a ForeignKey but will attempt to find it on the Model that belongs to the current ModelAdmin, instead of traversing across models.
I can add a more concrete example if necessary.
The text was updated successfully, but these errors were encountered: