You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything I tried would yield the following error, even on internal Django models:
CommandError: object_class must be provided in the following format: app_name.model_name
Try calling dump_object with --help argument or use the following arguments:
<[--kitchensink | -k] [--natural] [--query] object_class id [id ...]>
Then I tried the fix from this comment on closed issue #45 and after that I was able to dump objects successfully.
I don't understand what that args line is doing. I could submit a PR removing it but it would be good to know why it is there first.
Django version is 1.9.1.
The text was updated successfully, but these errors were encountered:
Everything I tried would yield the following error, even on internal Django models:
Then I tried the fix from this comment on closed issue #45 and after that I was able to dump objects successfully.
I don't understand what that
args
line is doing. I could submit a PR removing it but it would be good to know why it is there first.Django version is
1.9.1
.The text was updated successfully, but these errors were encountered: