Pass keyword arguments to several function calls and constructors.

Review Request #10294 — Created Nov. 1, 2018 and submitted

Information

Django Evolution
master
8c64c13...

Reviewers

We have a number of methods and objects that take several arguments,
which were generally being passed as positional arguments. Some upcoming
changes will be augmenting the argument lists, and to ensure code
remains readable and doesn't break as these update, this change switches
to using keyword arguments for these calls.

Unit tests pass.

Description From Last Updated

E303 too many blank lines (2)

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (dcdc769)
Loading...