Rename the lookup_value argument to match_value for conditions.

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

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.

reviewbot
  1. 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
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.10.x (e191769)
Loading...