model: make to_dict() properly recursive
Instead of relying on attr.asdict recursion, we do recursion ourselves. This simplifies a lot of the inherited to_dict() methods.
Test Plan
tox output is unchanged
Migrated from D2174 (view on Phabricator)
Instead of relying on attr.asdict recursion, we do recursion ourselves. This simplifies a lot of the inherited to_dict() methods.
tox output is unchanged
Migrated from D2174 (view on Phabricator)