Elijah Frederickson
Elijah Frederickson
Fix #512
Apply the fix suggested in #512
Full message: > Could you add a toggle to keep it enabled while the power is connected? I have a Mophie Power Pack Plus battery case and would like to...
It's not the only app either. UIWindow resizing does not force it, so other methods (app-specific?) need to be looked into.
In the title. Would be potentially useful to have.
## Overview When running a queryset like this: ```python values = set() for results in MyModel.objects.filter(Q(a__subfield=1) | Q(b__subfield=1)).values_list("a__subfield", "b__subfield"): values.update(results) ``` Over documents like this: ```json {"a": {"subfield": 1}, "b":...