Changes between Version 1 and Version 2 of Ticket #32153


Ignore:
Timestamp:
Oct 27, 2020, 1:15:21 PM (4 years ago)
Author:
Mark Gajdosik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32153 – Description

    v1 v2  
    1717{{{
    1818call_command('call_command_test', foo=[1, 2, 3])
    19 # Raises: django.core.management.base.CommandError: Error: one of the arguments --foo is required
     19# Raises: django.core.management.base.CommandError: Error: argument --foo: invalid int value: '[1, 2, 3]'
    2020
    2121call_command('call_command_test', '--foo=1', '--foo=2', '--foo=3')
Back to Top