django-mock-queries
django-mock-queries copied to clipboard
Add support for "union"
I used this library in several scenarios and it worked flawlessly. However I discovered that the union method of the QuerySet is not explicitly implemented. That causes union to be a MagicMock and an empty QuerySet is returned.