Skip to content
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

break list_filter #9

Closed
flamby opened this issue May 18, 2018 · 2 comments
Closed

break list_filter #9

flamby opened this issue May 18, 2018 · 2 comments

Comments

@flamby
Copy link

flamby commented May 18, 2018

Hi,
Thanks for this app, it works like a charm and permitted me to remove lots of boilerplate code of my admin files.

Nevertheless, I tried to add one of those fields in my list_filter and it seems it does not like that ;-)

admin.E116) The value of 'list_filter[2]' refers to 'fmt_forecast_steps', which does not refer to a Field

Is it a known issue and easy fixable?

TIA

@PetrDlouhy
Copy link
Owner

PetrDlouhy commented Sep 7, 2018

@flamby I don't know what do you exactly mean. I would need some example of your code. But django-related-admin doesn't do anything with list_filter, it is done by Django itself. The syntax is similar, but you can't create list_filter from class methods, which could be done with list_display thanks to django-related-admin.

@flamby
Copy link
Author

flamby commented Sep 8, 2018

thanks for the clarification.

@flamby flamby closed this as completed Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants