You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: