Skip to content

Remove extra union with empty filter.

Abhilash Raj requested to merge maxking/hyperkitty:fix-tests into master

This removes an union with empty Query, since it isn't needed. This fails on Django 3.0 since we can't do a filter operation after union.

Merge request reports