django-translations icon indicating copy to clipboard operation
django-translations copied to clipboard

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

Open kemalbastak opened this issue 3 years ago • 1 comments

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.

kemalbastak avatar Feb 04 '22 14:02 kemalbastak