E TypeError: gen_from_list.<locals>.<lambda>() got an unexpected keyword argument '_create_files'
I would have fixed this however as this is touching a generator & it looks like such big mistake (forcing kwargs into a function that doesn't take any) that I'm doubting if it's actually my use of this that was wrong.
This only happened once I added a choices with a list of tuples on the field in question.
Describe the issue
I would have fixed this however as this is touching a generator & it looks like such big mistake (forcing kwargs into a function that doesn't take any) that I'm doubting if it's actually my use of this that was wrong.
This only happened once I added a
choices
with a list of tuples on the field in question.To Reproduce
Expected behavior Not crashing
Versions
3.11.9
5.1
version = "1.19.5"