Changes between Initial Version and Version 1 of Ticket #29301, comment 6
- Timestamp:
- May 21, 2018, 2:21:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29301, comment 6
initial v1 1 1 I have an observation on the change made above: 2 If a ny third-party app nowadds one of the default arguments in the .add_argument() function, django now fails trying to re-add the argument. What would be the desired outcome in case of a conflict?2 If a third-party app adds one of the default arguments in the .add_argument() function, django now fails trying to re-add the argument. What would be the desired outcome in case of a conflict? 3 3 4 4 As an example: