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
When trying to build a distinct query for a char field while mocking the query set I have been having a problem. Basically the way the distinct works tries to build the hash for an object, and in this case is not an object, is a string.
When trying to build a distinct query for a char field while mocking the query set I have been having a problem. Basically the way the distinct works tries to build the hash for an object, and in this case is not an object, is a string.
The problem seems to be in the hash_dict function, it ends up hashing an empty list
The text was updated successfully, but these errors were encountered: