Files
edx-platform/common/lib/xmodule
Don Mitchell dda08930cd Compute ObjectId locally rather than delegating to Mongo db
Was following a std sql pattern, but non-sql db's are slow write
and pymongo's ObjectId() is supposed to generate a true GUID
equivalent to waiting for the db to do so.
2013-10-17 10:49:07 -04:00
..