Do not use BuiltinLocalsFieldMixin for the DiffCommitListField
Review Request #2428 — Created March 9, 2022 and updated
Information | |
---|---|
guest4865 | |
Review Board | |
44614b3... | |
Reviewers | |
bob |
The `DiffCommitListField` was using the `BuiltinLocalsFieldMixin` but not taking advantage of it because it required the data in the actual review request view as well as in the change description portions. Since it was building all the data itself anyway, this class no longer uses the mixin. Testing Done: It still works! Reviewed at https://reviews.reviewboard.org/r/8542/