Use call_command to invoke loaddata.
Review Request #5356 — Created Jan. 30, 2014 and submitted — Latest diff uploaded
Information | |
---|---|
david | |
Review Board | |
release-1.7.x | |
3126 | |
Reviewers | |
reviewboard | |
Use call_command to invoke loaddata.
When triggering loaddata from rb-site, we were using an old method of invoking
the command which wouldn't set up default values for options. This change
updates us to usecall_command()
instead ofhandle()
Smoke tested rb-site install.