Changes between Version 1 and Version 2 of Ticket #32153
- Timestamp:
- Oct 27, 2020, 1:15:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32153 – Description
v1 v2 17 17 {{{ 18 18 call_command('call_command_test', foo=[1, 2, 3]) 19 # Raises: django.core.management.base.CommandError: Error: one of the arguments --foo is required19 # Raises: django.core.management.base.CommandError: Error: argument --foo: invalid int value: '[1, 2, 3]' 20 20 21 21 call_command('call_command_test', '--foo=1', '--foo=2', '--foo=3')