Get rid of support for legacy SCMTool method signatures.

Review Request #12032 — Created Feb. 3, 2022 and submitted

Information

Review Board
master

Reviewers

SCMTool had a class __new__ which looked for kwargs support in the
normalize_path_for_display method and warned if it wasn't present (and
adapted the method signature with a wrapper). This warned that support
would go away in 5.0, so it's time to remove it.

Ran unit tests.

Summary ID
Get rid of support for legacy SCMTool method signatures.
SCMTool had a class `__new__` which looked for kwargs support in the `normalize_path_for_display` method and warned if it wasn't present (and adapted the method signature with a wrapper). This warned that support would go away in 5.0, so it's time to remove it. Testing Done: Ran unit tests.
0e0991faa939f3586d5eb14c16b2d1b325728344
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (b1a0f27)
Loading...