You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I used this library in several scenarios and it worked flawlessly. However I discovered that the
union
method of theQuerySet
is not explicitly implemented. That causesunion
to be aMagicMock
and an empty QuerySet is returned.The text was updated successfully, but these errors were encountered: