How does FieldsPreparer catch missing keys? There is https://github.com/toastdriven/restless/blob/661593b7b43c42d1bc508dec795356297991255e/restless/preparers.py#L109 instead of ``` value = data.get(part) ``` so I get KeyError. Should it be fixed?
How does FieldsPreparer catch missing keys?
There is
restless/restless/preparers.py
Line 109 in 661593b
instead of
so I get KeyError.
Should it be fixed?