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

When inherit as abstract class from a django model, can not be list_filter search in django admin #88

Open
kemalbastak opened this issue Feb 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@kemalbastak
Copy link

I have a ManyToMany field and I want to use list_filter in django admin panel and filter according to it. But I get the error message
"local variable q referenced before assignment". When I dont use Translatable I am able to filter in ManyToMany fields.

@bbmokhtari bbmokhtari added the bug Something isn't working label Oct 21, 2024
@bbmokhtari
Copy link
Owner

I have to look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants