Changes between Version 2 and Version 3 of Ticket #33205, comment 2


Ignore:
Timestamp:
Oct 18, 2021, 11:03:10 PM (3 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33205, comment 2

    v2 v3  
    55won't raise an error because both options use the same `dest`. I will investigate it more.
    66
    7 I don't know do we have to support passing both dest and arg name as keyword arguments? in the example of this ticket, if we call `management.call_command('pause', until='1')`, it should be considered as `util` arg or `for(because dest of for is util as well)`
     7I don't know do we have to support passing both dest and arg name as keyword arguments? in the example of this ticket, if we call `management.call_command('pause', until='1')`, it should be considered as `until` arg or `for` (because `dest` of `for` is `until` as well)
Back to Top