Part of lp.code.interfaces.gitactivity View In Hierarchy
| Int | id | Undocumented |
| Datetime | date_changed | The time when this change happened. |
| PublicPersonChoice | changer | The user who made this change. |
| PersonChoice | changee | The person or team that this change was applied to. |
| Attribute | changee_description | A human-readable description of the changee. |
| Choice | what_changed | The property of the repository that changed. |
| Dict | old_value | Representation of the value before the change. |
| Dict | new_value | Representation of the value after the change. |