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
Client.sort already accepts a list of pairs (tuples) as sort argument (related to #35 ).
Really, the value passed as sort argument is not checked to be a list of pairs, it is passed directly in $orderby key to mongodb, so it can/should be a list of pairs.
Dictionary order is not guaranteed and the driver should accept a list a of pairs (tuples) as specified in http://api.mongodb.org/python/current/api/pymongo/cursor.html#pymongo.cursor.Cursor.sort
The text was updated successfully, but these errors were encountered: