flake8
passed.
JSHint
passed.
Review Request #11996 — Created Jan. 24, 2022 and submitted
Information | |
---|---|
chipx86 | |
Django Evolution | |
release-2.x | |
Reviewers | |
django-evolution | |
We need to check the arguments of the function passed into a
SQLMutation
, to determine if we need to be in a legacy mode when
calling that function. We were usinggetargspec()
for this, but that
emits deprecation warnings on Python 3.We now call
getfullargspec()
on Python 3 instead, avoiding these
warnings.
All unit tests pass for all supported configurations.
Summary | |
---|---|