django-translations
django-translations copied to clipboard
When inherit as abstract class from a django model, can not be list_filter search in django admin
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.