Rename the lookup_value argument to match_value for conditions.
Review Request #8366 — Created Aug. 30, 2016 and submitted
The
matches()methods were taking alookup_valueargument 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_valueinstead.
Unit tests pass.
Tool: Pyflakes Processed Files: djblets/conditions/tests/test_operators.py djblets/conditions/operators.py djblets/conditions/choices.py djblets/conditions/tests/test_conditions.py Tool: PEP8 Style Checker Processed Files: djblets/conditions/tests/test_operators.py djblets/conditions/operators.py djblets/conditions/choices.py djblets/conditions/tests/test_conditions.py