Changes between Initial Version and Version 1 of Ticket #29178, comment 4
- Timestamp:
- Mar 2, 2018, 12:13:50 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29178, comment 4
initial v1 1 I think it should It shouldaccept a list or a tuple as in https://github.com/django/django/pull/93681 I think it should be changed to accept a list or a tuple as in https://github.com/django/django/pull/9368 2 2 3 3 Re: defaulting to {{{()}}} vs defaulting to {{{None}}}, I don't really have a strong opinion. I'm used to see the {{{arg=None}}} pattern more often, but that could just be cargo-culting.