Files
edx-platform/cms/djangoapps/contentstore
Feanil Patel 92e06d52a6 Delete items by their asset_key instead of _id.
The _id comes back as a dict and it's in the wrong order compared to the
dict stored in mongo.  This results in lookups for deletion failing when
we use the '_id' as the lookup key.

Luckily the delete function also takes the asset_key as a valid key to
delete by so we just use that instead.
2019-10-08 15:26:52 -04:00
..
2019-09-04 14:49:36 +05:00
2019-07-09 13:17:51 +05:00
2019-07-09 15:22:19 +05:00
2019-10-07 13:49:25 -04:00
2015-11-10 15:00:19 -05:00
2019-07-09 17:10:40 +05:00
2019-08-23 11:54:32 +05:00
2019-08-23 11:54:32 +05:00
2019-09-05 12:40:39 +05:00
2019-07-09 17:10:40 +05:00
2017-05-30 17:00:50 -04:00
2019-10-07 13:49:25 -04:00
2019-07-09 17:10:40 +05:00
2019-07-09 19:14:04 +05:00