Skip to content

model: Exclude 'raw_manifest' from dictionaries when it is null

  1. Most objects do not need it so it's a waste of space
  2. This means we just extend the existing format (some objects will have that key in their dict) instead of changing it (retroactively adding it to all objects)

Depends on !316 (closed).


Migrated from D6811 (view on Phabricator)

Merge request reports