Files
edx-platform/cms/djangoapps
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-25 18:31:54 +05:00
2019-09-19 11:56:00 -04:00
2019-06-11 16:11:46 -04:00
2019-09-25 18:31:54 +05:00