id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,parents 198,Actively create MediaEntry ObjectId() instead of relying on entry.save() to make it,Christopher Allan Webber,Christopher Allan Webber,"{{{ #!rst Currently we use .save() to generate the ObjectId, but this is silly, and actually can cause an error when there already exists something with the same slug (and our auto-slug-generation tool might not catch it). We should do ['\_id] = ObjectId() instead to explicitly create this. }}}",defect,closed,minor,0.0.5,programming,FIXED,,,