The parameter populate=True has been hardcoded in decorator.py after the populate argument was removed in PR 189
Proposed Solution
Remove all the logic associated with populate. Otherwise, if we want to supporting decorated methods that that should not be populated, lmk and we should add that option back in.
Problem
The parameter
populate=True
has been hardcoded in decorator.py after thepopulate
argument was removed in PR 189Proposed Solution
Remove all the logic associated with
populate
. Otherwise, if we want to supporting decorated methods that that should not be populated, lmk and we should add that option back in.