mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
* Before, the boolean logic operators were performed against the Q() objects, iteratively. Now, boolean logic is done after Host.objects.filter(Q()). This results in the wanted and expected results.