Rename the lookup_value argument to match_value for conditions.

Review Request #8366 — Created Aug. 30, 2016 and submitted — Latest diff uploaded

Information

Djblets
release-0.10.x
ad97779...

Reviewers

The matches() methods were taking a lookup_value argument for the
value to match against operators/condition values. The terminology
didn't really match (no pun intended), so it's been renamed to
match_value instead.

Unit tests pass.

    Loading...