Problem Statement
Right now the populate_history command is minimal and without options to configure values of the created instances.
Describe the solution you'd like
It would be nice if some of the options of utils.bulk_create_with_history() would be exposed in the management command.
For example change reason would be easy to do, as well as history date (with dateparser) when/if it gets accepted and merged.
See #686