I am seeing this mongo output after upserting:
{'updatedExisting': False, u'nModified': 0, u'ok': 1, u'upserted': ObjectId('54c2281ccb163887ec7b9218'), u'n': 1}
How to get rid of the u
s. What exactly do they mean?
I am seeing this mongo output after upserting:
{'updatedExisting': False, u'nModified': 0, u'ok': 1, u'upserted': ObjectId('54c2281ccb163887ec7b9218'), u'n': 1}
How to get rid of the u
s. What exactly do they mean?