Changes between Version 2 and Version 3 of Ticket #33205, comment 2
- Timestamp:
- Oct 18, 2021, 11:03:10 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33205, comment 2
v2 v3 5 5 won't raise an error because both options use the same `dest`. I will investigate it more. 6 6 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 `u til` arg or `for(because dest of for is util as well)`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 `until` arg or `for` (because `dest` of `for` is `until` as well)