Changes between Initial Version and Version 1 of Ticket #33307, comment 4
- Timestamp:
- Nov 22, 2021, 4:49:19 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33307, comment 4
initial v1 1 Thanks for the report. It's an intended change, see 73b1b225ce1a3318d4478f90cc0db0a260aba3aa and #22640. This error was added to prevent misconfigurations when values for the same fields are passed in `args` and `kwargs` as in your case. 1 Thanks for the report. It's an intended change, see 73b1b225ce1a3318d4478f90cc0db0a260aba3aa and #22640. This error was added to prevent misconfigurations when values for the same fields are passed in `args` and `kwargs` as in your case. I'd recommend moving this logic to the `save()`.