Changes between Initial Version and Version 1 of Ticket #33205, comment 2
- Timestamp:
- Oct 18, 2021, 9:59:57 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33205, comment 2
initial v1 3 3 `management.call_command('pause', **{'for': '1', 'util': '1'})` 4 4 5 won't raise an error because both options use the same `dest`. 5 won't raise an error because both options use the same `dest`. I will investigate it more.