abidibo
abidibo
In my case the faulty tab is highlighted only if submitting after having clicked almost one tab (-> and then having an hash in the url), otherwise the bug is...
+1 django-modeltranslation
In my case I just forgot to run `react-native run-android` after having installed and linked it
This https://github.com/carltongibson/django-filter/issues/1134#issuecomment-740599960 worked for me too. I currently use a filter class with the addition of the lookup concept: ``` class FilterSetWithOr(dffilters.FilterSet): OR_LOOKUPS = {} def OR(self, queryset, field_name, value):...
Hi @etanter do you have any live sandbox, or an example repo which reproduces the issue?