flake8
passed.
JSHint
passed.
Review Request #11093 — Created July 22, 2020 and submitted
We have some functions we dynamically created that made use of Django's
curry()
utility function. This function is gone in Django 3.0, in
favor offunctools.partial()
. While the two are not always fully
interchangeable for all use-cases, they are here.This change simply updates our code to use
partial()
instead of
curry()
.
Unit tests pass on all supported versions of Python and Django.
Summary | ID |
---|---|
ef241451ba9f0ec88867cf80b504252bc19ed9a8 |