Closed pwildenhain closed 1 year ago
Hi Paul
Am I understanding this issue right, that you just want to include in records.py
something like:
if isinstance(str, forms):
forms = [forms]
If so, I'll make you a PR with the according change. Else, feel free to elaborate your implementation suggestion more in detail.
That would be great! If you could do this for forms
and fields
that would be 👌🏻
Right now passing a string will give really weird behavior, but should actually be fine. If the user passes a string, we should coerce it to a list for them, rather than try to iterate over a string (which will produce weird error messages)