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


Ignore:
Timestamp:
Oct 18, 2021, 10:21:55 AM (3 years ago)
Author:
Hasan Ramezani

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33205, comment 2

    v1 v2  
    44
    55won't raise an error because both options use the same `dest`. I will investigate it more.
     6
     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 `util` arg or `for(because dest of for is util as well)`
Back to Top