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
Changed QuerySetMock so that the iterator generating methods return a reference to the mock object instead of a generator object. This was we can chain function calls such as mock.all().filter() while retaining the iterator functionality of the returned objects
0 commit comments