diff --git a/fixture_magic/management/commands/dump_object.py b/fixture_magic/management/commands/dump_object.py index 46cce20..8467b6f 100644 --- a/fixture_magic/management/commands/dump_object.py +++ b/fixture_magic/management/commands/dump_object.py @@ -37,7 +37,10 @@ def add_arguments(self, parser): action='store_true', dest='kitchensink', default=False, help='Attempts to get related objects as well.') - parser.add_argument('--exclude-fields', '-e', default=[], nargs='*', help='List of excluded fields (works for all models)') + parser.add_argument('--exclude-fields', '-e', + default=[], + nargs='*', + help='List of excluded fields (works for all models)') parser.add_argument('--natural', '-n', action='store_true', dest='natural', default=False,